added events for timesheet actions (#1598)

This commit is contained in:
Lukas
2020-04-15 18:07:14 +02:00
committed by GitHub
parent be00a519b3
commit 7b25e9acaf
27 changed files with 572 additions and 10 deletions

View File

@@ -478,7 +478,7 @@ class TimesheetController extends BaseApiController
throw $this->createAccessDeniedException('You are not allowed to delete this timesheet');
}
$this->repository->delete($timesheet);
$this->service->deleteTimesheet($timesheet);
$view = new View(null, Response::HTTP_NO_CONTENT);