stable

Clone or download

Read-only

request #14077 Document vue error should be rethrown to help debug

How to test: Make an error in a js file, open the UI => the error should be properly displayed in UI open console => the js error should be displayed in console Change-Id: I1f31276467f04d2bbf1a7358b0b34ca10a812094

Modified Files

Name
M plugins/document/scripts/document/components/Folder/Permissions/PermissionsUpdateModal.test.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/actions-helpers/handle-errors.js +5 −4 Go to diff View file
M plugins/document/scripts/document/store/actions.test.js +129 −82 Go to diff View file
M plugins/document/scripts/document/store/clipboard/clipboard-actions.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/clipboard/clipboard-actions.test.js +21 −12 Go to diff View file