stable

Clone or download

Read-only

Fix request #35088 REST Error in Document metadata modal is not shown to users

Given a user that edits metadata of a document, if there is any error raised at edition (for instance a document owner no more valid because the user is either deleted or suspended), the metadata is not updated but no error is raised to the user in the modal directly. How to test ----------- * Suspend a user that is owner of a document * Go the metadata of a document owned by this newly suspended user * Edit the metadata and submit => The error must be displayed in the modal. Change-Id: I01d3957ee20a0fd94047233bba0b223cb69c9ec8

Modified Files

Name
M plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/UpdatePropertiesModal.vue +14 −8 Go to diff View file
M plugins/document/scripts/document/store/properties/properties-actions.ts +1 −1 Go to diff View file