mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 02:23:51 +00:00
entry "task list" in person menu is dynamic - based on ACL
This commit is contained in:
@@ -338,11 +338,7 @@ class SingleTaskController extends Controller
|
||||
*
|
||||
* @Route(
|
||||
* "/{_locale}/task/singletask/list",
|
||||
* name="chill_task_singletask_list",
|
||||
* options={ "menus": {
|
||||
* "person" : { "order": 400, "label": "Associated tasks" } ,
|
||||
* "section": { "order": 400, "label": "Tasks", "icons": "tasks" }
|
||||
* }}
|
||||
* name="chill_task_singletask_list"
|
||||
* )
|
||||
*/
|
||||
public function listAction(
|
||||
|
Reference in New Issue
Block a user