stable

Clone or download

Read-only

Add the folder modal on "New folder" click

This is a part of story #12455 New folder You can now create new folder via a dedicated modale Warning: the created folder is not sorted yet. It will come later in a dedicated commit How to test: - Go to the new Document UI - Click on the dropdown button (With the caret down icon) - Click on "New folder" menu - You should see a (translated) modale => Fill the fields and click on "Create folder" => You should see the created folder in the new UI (not sorted) Change-Id: I3ac2d6641f634a40c6702727a7ea303ed125d328

Modified Files

Name
M plugins/document/scripts/document/components/Folder/Dropdown/DropdownMenu.vue +12 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderHeader.vue +6 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/NewItem/ModalFooter.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/NewItem/ModalHeader.vue +4 −1 Go to diff View file
A plugins/document/scripts/document/components/Folder/NewItem/NewFolderModal.vue +108 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/NewItem/NewItemModal.vue +15 −13 Go to diff View file
A plugins/document/scripts/document/components/Folder/NewItem/Property/GlobalProperties.vue +43 −0 Go to diff View file
M plugins/document/scripts/document/po/fr.po +6 −0 Go to diff View file
M plugins/document/scripts/document/po/template.pot +6 −0 Go to diff View file
M plugins/document/scripts/document/store/actions.js +3 −5 Go to diff View file
M plugins/document/scripts/document/store/actions.spec.js +7 −7 Go to diff View file
M plugins/document/scripts/document/store/mutations.js +2 −2 Go to diff View file
M plugins/document/scripts/document/store/mutations.spec.js +5 −5 Go to diff View file