You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.
Version : In6pio/incipio/master last commit : 8500e70
Activé checkbox in users_edit doesn't work
TypeEdition doesn't work (check or uncheck boxes en save)
Missing 'edit_form' => $this->createEditForm($user)->createView(), in UserControler:UpdateAction line 80
Errors with student convention
An error occurred: Entity of type ApiBundle\Entity\StudentConvention is missing an assigned ID for field 'reference'. The identifier generation strategy for this entity requires the ID field to be populated before EntityManager#persist() is called. If you want automatically generated identifiers instead you need to adjust the metadata mapping accordingly.
Cascad persist doesn't work, i can't change the studentConvention date
Action edit buttons have not the correct link in /app_dev.php/mandates/
The text was updated successfully, but these errors were encountered:
It would definitely be worth adding some Behat test for that. But I think we can do them on the API side first, almost all the issues you mentioned are to be fixed on the API side not the front.
Version : In6pio/incipio/master last commit : 8500e70
Missing 'edit_form' => $this->createEditForm($user)->createView(), in UserControler:UpdateAction line 80An error occurred: Entity of type ApiBundle\Entity\StudentConvention is missing an assigned ID for field 'reference'. The identifier generation strategy for this entity requires the ID field to be populated before EntityManager#persist() is called. If you want automatically generated identifiers instead you need to adjust the metadata mapping accordingly.
Cascad persist doesn't work, i can't change the studentConvention date
Action edit buttons have not the correct link in /app_dev.php/mandates/The text was updated successfully, but these errors were encountered: