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:
parent
ed35f843a2
commit
73f2fabf73
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue