0
0
Fork 0
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:
Kevin Papst 2021-11-01 17:40:56 +01:00
parent bf4abf2340
commit 0562f3d932

View file

@ -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'));
}
}