105 worflow

This commit is contained in:
2022-01-24 13:17:46 +00:00
committed by Julien Fastré
parent daff4e4200
commit c7dbaae8d6
110 changed files with 5176 additions and 392 deletions

View File

@@ -69,6 +69,15 @@ class UserMenuBuilder implements LocalMenuBuilderInterface
'counter' => $nbNotifications,
]);
$menu
->addChild(
$this->translator->trans('workflow.My workflows'),
['route' => 'chill_main_workflow_list_dest']
)
->setExtras([
'order' => 700,
]);
$menu
->addChild(
'Change password',