From c1d2d2ae31d3b4aca53b4b69f0b2f8c6c6665132 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 1 Jan 2020 21:05:12 +0100 Subject: [PATCH] add todos and improve db schema --- Controller.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Controller.js b/Controller.js index 1790f95..2a7335c 100644 --- a/Controller.js +++ b/Controller.js @@ -43,7 +43,11 @@ jsOMS.Modules.Media = class { // Inject media upload into form view this.app.uiManager.getFormManager().get(form.id).injectSubmit(function (e, requestId) { - // todo: what if a form needs multiple different upload fields which should not be mixed + /** + * @todo Orange-Management/Modules#198 + * The uploader should support multiple upload fields. + * Currently only one is supported per form. + */ /** global: jsOMS */ const fileFields = document.querySelectorAll(