From a706c5d579d5ed43d5c9f6f426b5c1cf1f7cb4d7 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 26 Nov 2020 20:50:18 +0100 Subject: [PATCH] fix todos/move to todo list --- Controller/ApiController.php | 17 ----------------- Controller/Controller.php | 1 - 2 files changed, 18 deletions(-) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index aadcb6e..82119cb 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -272,10 +272,6 @@ final class ApiController extends Controller * * @return void * - * @todo Orange-Management/Modules#194 - * Allow session update - * Employee can only change start/end if vacation - * * @api * * @since 1.0.0 @@ -293,11 +289,6 @@ final class ApiController extends Controller * * @return void * - * @todo Orange-Management/Modules#195 - * Allow session element update - * Employee can only change start/end if vacation. - * This also has to update the session since the data is not 100% normalized. - * * @api * * @since 1.0.0 @@ -315,10 +306,6 @@ final class ApiController extends Controller * * @return void * - * @todo Orange-Management/Modules#196 - * Implement session delete - * Employee can only delete vacations (maybe) - * * @api * * @since 1.0.0 @@ -336,10 +323,6 @@ final class ApiController extends Controller * * @return void * - * @todo Orange-Management/Modules#196 - * Implement session delete - * Employee can only delete vacations (maybe) - * * @api * * @since 1.0.0 diff --git a/Controller/Controller.php b/Controller/Controller.php index 30323e7..cc289c1 100755 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -15,7 +15,6 @@ declare(strict_types=1); namespace Modules\HumanResourceTimeRecording\Controller; use phpOMS\Module\ModuleAbstract; -use phpOMS\Module\WebInterface; /** * Database controller class.