stable
Clone or download
Read-only
Fix request #35090 Document global modal error is not displayed
When the global error modal must be displayed (either a clipboard error or an error when loading the project metadata), then the global error modal must be displayed with all the needed information. How to test ----------- * Load the Document metadat edit modal without any issue => The global modal must not be displayed. * Simulate an error while loading project metadata => The global modal must be displayed with the error content. * Do a copy/paste without any issue => The global modal must not be displayed. * Do a copy/paste with an error => The global modal must be displayed with the error content. Change-Id: I61eddbbfbf884e216489136f02b5ed5be7583829
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/App.vue | +0 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/UpdatePropertiesModal.test.js | +6 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/UpdatePropertiesModal.vue | +5 | −1 | Go to diff View file |