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

@ -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
{

View File

@ -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
*/

View File

@ -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(),