mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-04-01 20:22:41 +00:00
remove back link
This commit is contained in:
parent
bf4abf2340
commit
0562f3d932
1 changed files with 0 additions and 4 deletions
|
@ -20,10 +20,6 @@ class QuickEntrySubscriber extends AbstractActionsSubscriber
|
|||
|
||||
public function onActions(PageActionsEvent $event): void
|
||||
{
|
||||
if ($this->isGranted('view_own_timesheet')) {
|
||||
$event->addBack($this->path('timesheet'));
|
||||
}
|
||||
|
||||
$event->addHelp($this->documentationLink('weekly-times.html'));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue