stable

Clone or download

Read-only

Document breadcrumb

part of story #10720 have the new list view with base actions How to test: - go un url: <url>/plugins/document/<project_unix_short_name> - You should now have a breadcrumb The file is not up to date with design mockup, design will be taken in account in a dedicated patch Change-Id: I3c83c3c66c15fb652fc195f12197230059ca7b62

Modified Files

Name
M plugins/document/include/Tree/DocumentTreeController.php +1 −1 Go to diff View file
A plugins/document/include/Tree/DocumentTreePresenter.php +44 −0 Go to diff View file
M plugins/document/scripts/document/components/App.vue +13 −5 Go to diff View file
A plugins/document/scripts/document/components/DocumentBreadcrumb.vue +73 −0 Go to diff View file
M plugins/document/scripts/document/components/ErrorMessage.vue +3 −5 Go to diff View file
M plugins/document/scripts/document/index.js +7 −3 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/getters.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/mutations.js +4 −2 Go to diff View file
M plugins/document/scripts/document/store/state.js +3 −1 Go to diff View file
M plugins/document/templates/document-tree.mustache +6 −1 Go to diff View file