stable

Clone or download

Read-only

Convert document drag and drop error modal into composition api

part of request #18402 Convert document plugin into typescript How to test: - upload a document with a name that already exist in your folder => modal is ok - in document adminstration set up a filename pattern, drop several files => modal is ok - throw an exception in FileUploadController::handle, drop sevral files => modal is ok Change-Id: I8aa6ae2bc907d4051e8d5d3c7614b1d348faa8e2

Modified Files

Name
M plugins/document/scripts/document/components/Folder/DragNDrop/CreationErrorDragndropErrorModal.vue +21 −19 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/DocumentLockedForEditionErrorModal.vue +1 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/DroppedItemIsAFolderErrorModal.vue +17 −17 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/ErrorModal.vue +33 −20 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/FileAlreadyExistsDragndropErrorModal.vue +9 −9 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/FilenamePatternSetErrorModal.vue +8 −9 Go to diff View file
M plugins/document/scripts/document/type.ts +7 −0 Go to diff View file