From f254446a1ae6b1eb9fdf292cad50d932b35e6374 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 7 Feb 2020 21:52:00 +0100 Subject: [PATCH] remove todos --- Controller/ApiController.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 98bb427..0920783 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -47,10 +47,6 @@ use phpOMS\Utils\Parser\Markdown\Markdown; * Implement resumable uploads * This is especially useful if someone wants to upload when he/she has wifi access * - * @todo Orange-Management/Modules#139 - * Allow text file modification directly in the media module - * For text files there should be a edit button which replaces the display with a textarea which can be saved. - * * @todo Orange-Management/Modules#150 * Allow to create new files (not only upload) * In many cases it would be nice to create a new file manually with the module (e.g. create a new .txt or .sqlite file) which then can get edited directly in the media module.