mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +00:00
add tasks list in menu
This commit is contained in:
@@ -284,11 +284,11 @@ class SingleTaskController extends Controller
|
||||
return $form;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @Route(
|
||||
* "/{_locale}/task/singletask/list",
|
||||
* name="chill_task_singletask_list"
|
||||
* name="chill_task_singletask_list",
|
||||
* options={ "menus": { "person" : { "order": 400, "label": "Associated tasks" } } }
|
||||
* )
|
||||
*/
|
||||
public function listAction(
|
||||
|
Reference in New Issue
Block a user