stable
Clone or download
Read-only
This is a part of story #12449 Modal new document for embbeded How to test - Go to the new UI - Click on "New Document" - In the modal , choose "Embedded file" - Create the new file => The created file should be add to the new UI Change-Id: I47f3dd18f725864943e47cfbfc1617c2f16d4021
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/REST/v1/EmbeddedPropertiesPOSTRepresentation.php | +2 | −2 | Go to diff View file |
M | plugins/document/include/Tree/DocumentTreeController.php | +8 | −2 | Go to diff View file |
M | plugins/document/include/Tree/DocumentTreePresenter.php | +11 | −2 | Go to diff View file |
M | plugins/document/include/documentPlugin.class.php | +15 | −1 | Go to diff View file |
M | plugins/document/scripts/document/api/rest-querier.js | +14 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/App.vue | +4 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/NewItem/NewItemModal.vue | +7 | −2 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/NewItem/Property/EmbeddedProperties.vue | +58 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/NewItem/TypeSelector.vue | +11 | −1 | Go to diff View file |
M | plugins/document/scripts/document/index.js | +3 | −1 | Go to diff View file |
M | plugins/document/scripts/document/po/fr.po | +9 | −0 | Go to diff View file |
M | plugins/document/scripts/document/po/template.pot | +9 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations.js | +3 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/state.js | +2 | −1 | Go to diff View file |
M | plugins/document/templates/document-tree.mustache | +1 | −0 | Go to diff View file |