15 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
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
57169b3148 Merge remote-tracking branch 'origin/master' 2018-04-30 17:40:33 +02:00
397ea45a51 remove dump message 2018-04-30 17:30:28 +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
46db1b7389 Check ACL on default task 2018-04-25 21:16:16 +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