From: Cyperghost Date: Thu, 4 Jul 2024 07:35:53 +0000 (+0200) Subject: Merge remote-tracking branch 'origin/upload-form-field-v2' into upload-form-field-v2 X-Git-Tag: 6.1.0_Alpha_1~41^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a4f40ea58a2f13b0ad634e40f3406b41171ffef6;p=GitHub%2FWoltLab%2FWCF.git Merge remote-tracking branch 'origin/upload-form-field-v2' into upload-form-field-v2 --- a4f40ea58a2f13b0ad634e40f3406b41171ffef6 diff --cc ts/WoltLabSuite/Core/Form/Builder/Field/Controller/FileProcessor.ts index 4c24c31167,291a68fbab..916d84b0bc --- a/ts/WoltLabSuite/Core/Form/Builder/Field/Controller/FileProcessor.ts +++ b/ts/WoltLabSuite/Core/Form/Builder/Field/Controller/FileProcessor.ts @@@ -14,10 -14,11 +14,11 @@@ import insertFileInformation, removeUploadProgress, trackUploadProgress, -} from "WoltLabSuite/Core/Component/File/File"; +} from "WoltLabSuite/Core/Component/File/Helper"; import { clearPreviousErrors } from "WoltLabSuite/Core/Component/File/Upload"; - const _data = new Map(); + type FileId = string; + const fileProcessors = new Map(); export interface ExtraButton { title: string;