add "duration + fixed start time" tracking mode (#859)
This commit is contained in:
@@ -75,12 +75,12 @@ class TimesheetTeamController extends TimesheetAbstractController
|
||||
return $this->create($request, 'timesheet-team/edit.html.twig', $projectRepository, $activityRepository);
|
||||
}
|
||||
|
||||
protected function getCreateFormClassName()
|
||||
protected function getCreateFormClassName(): string
|
||||
{
|
||||
return TimesheetAdminEditForm::class;
|
||||
}
|
||||
|
||||
protected function getEditFormClassName()
|
||||
protected function getEditFormClassName(): string
|
||||
{
|
||||
return TimesheetAdminEditForm::class;
|
||||
}
|
||||
@@ -104,4 +104,9 @@ class TimesheetTeamController extends TimesheetAbstractController
|
||||
{
|
||||
return 'admin_timesheet_create';
|
||||
}
|
||||
|
||||
protected function canSeeStartEndTime(): bool
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user