9 Commits

Author SHA1 Message Date
a69b2d7e40 filter tasks by type, allow to overload task edit page and section menu 2018-08-27 13:13:45 +02:00
52bda7c94f add confirmation page for task 2018-07-06 15:47:14 +02:00
9852430b13 add task type in list 2018-07-05 15:12:09 +02:00
86f7188d4a record single task states transition and add them in timeline 2018-05-03 23:38:08 +02:00
nobohan
cf2e781366 front-end: improve icons for task list 2018-04-30 17:22:03 +02:00
nobohan
5d8b764057 add icons for transitions btns - work in progress 2018-04-28 16:05:03 +02:00
nobohan
2d57757682 front-end dev of tasks lists 2018-04-27 17:42:21 +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