0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-04-02 12:37:56 +00:00

allow to set weekly-times as first page after login

This commit is contained in:
Kevin Papst 2021-10-03 13:19:49 +02:00
parent ed35f843a2
commit 73f2fabf73

View file

@ -29,6 +29,7 @@ class InitialViewType extends AbstractType
'dashboard' => 'menu.homepage',
'timesheet' => 'menu.timesheet',
'calendar' => 'calendar.title',
'quick_entry' => 'quick_entry.title',
'my_profile' => 'profile.title',
'admin_timesheet' => 'menu.admin_timesheet',
'invoice' => 'menu.invoice',
@ -49,6 +50,7 @@ class InitialViewType extends AbstractType
'admin_customer' => 'view_customer',
'admin_project' => 'view_project',
'admin_activity' => 'view_activity',
'quick_entry' => 'view_own_timesheet',
];
private $voter;