12 Commits

Author SHA1 Message Date
f4a2ab67c2 Replace deprecated extends Controller by AbstractController 2021-02-01 18:17:33 +01:00
d8c3cc4c84 set ACL only if page is shown 2018-07-17 11:34:37 +02:00
52bda7c94f add confirmation page for task 2018-07-06 15:47:14 +02:00
cabd863245 translate flash messages 2018-05-04 11:10:56 +02:00
nobohan
92621f174f fix typo in flash messages 2018-05-02 10:49:02 +02:00
399f99ebfc fix default return path string 2018-04-30 17:36:06 +02:00
nobohan
bf0db0de3f add list by person, user and scope + formatting of submit button in edit 2018-04-26 21:54:49 +02:00
eadaeaef35 add closed tasks
- the entity has a new column / property "closed" (boolean)
- An event listener in created during container compilation, which listen on tasks
  status changed
- The taskworkflow manager and task workflow definition indicate if the tasks is closed ;
- Add list for closed tasks in controller, and change parameter 'date_status' to 'status';
- and change query to allow to filter on closed tasks
2018-04-26 12:14:30 +02:00
c99583b665 implementing workflow on tasks 2018-04-25 15:35:52 +02:00
adc830142b improve autowiring and add workflow to tasks 2018-04-25 12:03:16 +02:00
196fc2c38f improve task list 2018-04-20 21:55:56 +02:00
9dfa39ff07 add list of task 2018-04-17 21:58:10 +02:00