4 Commits

Author SHA1 Message Date
86f7188d4a record single task states transition and add them in timeline 2018-05-03 23:38:08 +02:00
63168818ec add link when task are near deadline in user menu 2018-04-30 17:37:20 +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