stable

Clone or download

Read-only

Add a basic folder metadata update modal

This is a part of story #13589 Update hardcoded metadata This is the first step of the new folder metadata update modal. This modal just display the title and description You can play with the modal via the "Update properties" menu of dropdowns Change-Id: Ibda2c18c7cd46fbf716283976c2c2506541c966e

Modified Files

Name
M plugins/docman/include/REST/v1/ItemRepresentationBuilder.php +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/ActionsDropDown/DropdownMenu.spec.js +1 −23 Go to diff View file
M plugins/document/scripts/document/components/Folder/ActionsDropDown/DropdownMenu.vue +4 −24 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderHeader.vue +9 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/GlobalMetadata.spec.js +47 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/GlobalMetadata.vue +13 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/TitleMetadata.vue +14 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalNewItem/NewFolderModal.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalNewItem/NewItemModal.vue +1 −1 Go to diff View file
A plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateFolderMetadataModal.vue +101 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateMetadataModal.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/check-item-title.js +15 −0 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/check-item-title.spec.js +79 −1 Go to diff View file
M plugins/document/scripts/document/po/fr.po +2 −4 Go to diff View file
M plugins/document/themes/BurningParrot/document/_document.scss +2 −1 Go to diff View file
A plugins/document/themes/BurningParrot/document/_modal-common.scss +23 −0 Go to diff View file
M plugins/document/themes/BurningParrot/document/_new-document.scss +1 −5 Go to diff View file