Changes for page Attachments
Last modified by Antony Desmeaux on 2024/07/10 06:05
From version 2.1
edited by Antony Desmeaux
on 2023/07/01 16:45
on 2023/07/01 16:45
Change comment:
Migrated property [type] from class [XWiki.WikiMacroParameterClass]
To version 3.1
edited by Antony Desmeaux
on 2023/07/01 16:45
on 2023/07/01 16:45
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-attachment-ui/15.5]
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -123,7 +123,7 @@ 123 123 hasErrors = true; 124 124 } 125 125 const beforeUploadEvent = Event.fire(document, 'xwiki:actions:beforeUpload', { 126 - file: fileInput 126 + file: fileInput.files[0] 127 127 }); 128 128 129 129 if (beforeUploadEvent.defaultPrevented) {