mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +00:00
FIX [routes][redirect] fix route naming and redirection after delete action
This commit is contained in:
@@ -81,7 +81,7 @@ class UserMenuBuilder implements LocalMenuBuilderInterface
|
||||
//TODO add an icon? How exactly? For example a clock icon...
|
||||
$menu
|
||||
->addChild($this->translator->trans('absence.Set absence date'), [
|
||||
'route' => 'chill_absence_user',
|
||||
'route' => 'chill_main_user_absence_index',
|
||||
])
|
||||
->setExtras([
|
||||
'order' => -8888888,
|
||||
|
Reference in New Issue
Block a user