stable

Clone or download

Read-only

Inform user that current ui is WIP

part of story #12635 Be able to start using new docman UI how to test: On new UI you should have a message indicating that the UI does nt contain all functionnalities yet Change-Id: I6890fe83224d1bf13f2e5fc274d83ded12eec440

Modified Files

Name
M plugins/docman/include/ExternalLinks/Link.php +1 −1 Go to diff View file
M plugins/document/include/Tree/DocumentTreeController.php +14 −20 Go to diff View file
M plugins/document/include/Tree/DocumentTreePresenter.php +13 −6 Go to diff View file
A plugins/document/include/Tree/DocumentTreeProjectExtractor.php +63 −0 Go to diff View file
A plugins/document/include/Tree/DocumentTreeUnderConstructionController.php +64 −0 Go to diff View file
M plugins/document/include/documentPlugin.class.php +13 −1 Go to diff View file
M plugins/document/scripts/document/api/rest-querier.js +12 −1 Go to diff View file
M plugins/document/scripts/document/components/App.vue +10 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderView.vue +13 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/SwitchToOldUI.vue +4 −5 Go to diff View file
A plugins/document/scripts/document/components/UnderConstructionModal.vue +81 −0 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 +32 −0 Go to diff View file
M plugins/document/scripts/document/po/template.pot +25 −0 Go to diff View file
M plugins/document/scripts/document/store/actions.js +14 −0 Go to diff View file
M plugins/document/scripts/document/store/actions.spec.js +28 −1 Go to diff View file
M plugins/document/scripts/document/store/mutations.js +9 −2 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