add todos and improve db schema

This commit is contained in:
Dennis Eichhorn 2020-01-01 21:05:12 +01:00
parent f836101aa8
commit c1d2d2ae31

View File

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