fix issue repository

This commit is contained in:
Dennis Eichhorn 2020-04-05 17:07:26 +02:00
parent 25d527366b
commit eba0b980c3
3 changed files with 5 additions and 15 deletions

View File

@ -116,11 +116,6 @@ final class BackendController extends Controller
* *
* @return RenderableInterface * @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 * @since 1.0.0
* @codeCoverageIgnore * @codeCoverageIgnore
*/ */
@ -175,11 +170,6 @@ final class BackendController extends Controller
* *
* @return RenderableInterface * @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 * @since 1.0.0
* @codeCoverageIgnore * @codeCoverageIgnore
*/ */

View File

@ -151,7 +151,7 @@ export class Upload {
upload (formId) upload (formId)
{ {
/** /**
* @todo Orange-Management/Modules#207 * @todo Orange-Management/oms-Media#5
* Validate file type and file size on the frontend before uploading * Validate file type and file size on the frontend before uploading
*/ */
const request = new HttpRequest(), const request = new HttpRequest(),