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:
@@ -210,12 +210,11 @@ class TimesheetVoterTest extends AbstractVoterTest
|
||||
'lockdown_period_start' => $lockdownBegin,
|
||||
'lockdown_period_end' => $lockdownEnd,
|
||||
'lockdown_grace_period' => $lockdownGrace,
|
||||
'allow_overlapping_records' => true,
|
||||
],
|
||||
]
|
||||
]);
|
||||
|
||||
$voter = new TimesheetVoter($this->getRolePermissionManager(), new LockdownService($config), $config);
|
||||
$voter = new TimesheetVoter($this->getRolePermissionManager(), new LockdownService($config));
|
||||
self::assertInstanceOf(Voter::class, $voter);
|
||||
|
||||
return $voter;
|
||||
|
||||
Reference in New Issue
Block a user