7 Commits

Author SHA1 Message Date
ba7abaebf5 sf4, change deprecated workflow declaration 2020-07-28 12:29:48 +02:00
3055973b06 better exception description when task workflow is not found 2019-08-27 16:55:14 +02:00
a69b2d7e40 filter tasks by type, allow to overload task edit page and section menu 2018-08-27 13:13:45 +02:00
397ea45a51 remove dump message 2018-04-30 17:30:28 +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