use dialog to duplicate timesheet (#2567)
* fix: display time budget in customer listing if set * updated api methods with annotations * do not require checkboxes for system configurations * open dialog for duplicated timesheets
This commit is contained in:
@@ -20,6 +20,6 @@ class TimesheetSubscriber extends AbstractTimesheetSubscriber
|
||||
|
||||
public function onActions(PageActionsEvent $event): void
|
||||
{
|
||||
$this->timesheetActions($event, 'timesheet', 'timesheet_edit');
|
||||
$this->timesheetActions($event, 'timesheet_edit', 'timesheet_duplicate');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user