From eba0b980c35b931f8ed82e35e1a4a8417021b450 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 5 Apr 2020 17:07:26 +0200 Subject: [PATCH] fix issue repository --- Controller/ApiController.php | 8 ++++---- Controller/BackendController.php | 10 ---------- Models/Upload.js | 2 +- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 5e93331..c577ee3 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -59,14 +59,14 @@ use phpOMS\Utils\Parser\Markdown\Markdown; * Fix media upload * * @todo Orange-Management/oms-Media#3 - * [MultiUpload] Allow to create a collection when uploading multiple files + * [MultiUpload] Allow to create a collection when uploading multiple files * * @todo Orange-Management/oms-Media#14 - * [Download] Allow to download files + * [Download] Allow to download files * * @todo Orange-Management/oms-Media#15 - * [Download] Allow to download collections - * Downloading a collection should return a zip or tar.gz + * [Download] Allow to download collections + * Downloading a collection should return a zip or tar.gz */ final class ApiController extends Controller { diff --git a/Controller/BackendController.php b/Controller/BackendController.php index aaed283..aee7521 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -116,11 +116,6 @@ final class BackendController extends Controller * * @return RenderableInterface * - * @todo Orange-Management/Modules#208 - * Improve the media list - * 1. Collections should show their content - * 2. The first page should show an overview (Modules, Users, ...?) - * * @since 1.0.0 * @codeCoverageIgnore */ @@ -175,11 +170,6 @@ final class BackendController extends Controller * * @return RenderableInterface * - * @todo Orange-Management/Modules#208 - * Improve the media list - * 1. Collections should show their content - * 2. The first page should show an overview (Modules, Users, ...?) - * * @since 1.0.0 * @codeCoverageIgnore */ diff --git a/Models/Upload.js b/Models/Upload.js index f51402e..624c37d 100644 --- a/Models/Upload.js +++ b/Models/Upload.js @@ -151,7 +151,7 @@ export class Upload { upload (formId) { /** - * @todo Orange-Management/Modules#207 + * @todo Orange-Management/oms-Media#5 * Validate file type and file size on the frontend before uploading */ const request = new HttpRequest(),