03cafbf4c6
complete missing annotations
2021-02-02 11:49:27 +01:00
c3b25b6eeb
fix redirection on person view: add a person_id
to every page redirected.
...
After a form was submitted, the CRUD controller redirect to page without
a person_id.
Now, the EntityPersonCRUDController redirects to a page **with** a
person_id.
2020-06-18 16:41:06 +02:00
e703419513
[CRUD] filter by basis on person by default in EntityPersonCRUDController
...
A new method `filterQueryEntitiesByPerson` allow to filter entities by
person in `EntityPersonCRUDController`.
2020-06-18 15:32:12 +02:00
937792fa2d
CRUD: improve index view
2020-06-11 16:01:35 +02:00
de560b4d3b
[crud] add step delete
2020-03-26 13:15:42 +01:00
d87b188c4f
fix some stuff in CRUD
2020-03-13 12:42:58 +01:00
7b7ce4a604
[wip] add actions to crud
2019-12-11 16:09:08 +01:00
90ffb7cf7a
CRUD new action
2019-12-05 22:57:15 +01:00
1c92f91f30
[wip] work on base person crud controller
2019-11-22 13:47:00 +01:00