stable

Clone or download

Read-only

Root document Id should be loaded dynamically

this is part of story #10720 have the new list view with base actions How to test: - Access to url <url>/plugins/document/<project_unix_short_name> - A spinner is diplayed while the element is loading - If route REST throw an error, it is displayed Breadcrumb and frontrouter will be done in a dedicated commit Change-Id: Id38b7af74c937486bbfde03d8672c8143479ce9c

Modified Files

Name
M plugins/document/build-manifest.json +24 −0 Go to diff View file
M plugins/document/include/Tree/DocumentTreeController.php +16 −1 Go to diff View file
A plugins/document/scripts/document/api/rest-querier.js +28 −0 Go to diff View file
M plugins/document/scripts/document/components/App.vue +29 −5 Go to diff View file
A plugins/document/scripts/document/components/ErrorMessage.vue +37 −0 Go to diff View file
A plugins/document/scripts/document/components/Spinner.vue +34 −0 Go to diff View file
M plugins/document/scripts/document/index.js +11 −1 Go to diff View file
M plugins/document/scripts/document/package-lock.json +5 −0 Go to diff View file
M plugins/document/scripts/document/package.json +2 −1 Go to diff View file
A plugins/document/scripts/document/store/actions.js +37 −0 Go to diff View file
A plugins/document/scripts/document/store/getters.js +20 −0 Go to diff View file
A plugins/document/scripts/document/store/index.js +34 −0 Go to diff View file
A plugins/document/scripts/document/store/mutations.js +36 −0 Go to diff View file
A plugins/document/scripts/document/store/state.js +27 −0 Go to diff View file
M plugins/document/templates/document-tree.mustache +1 −1 Go to diff View file
A plugins/document/themes/BurningParrot/document-blue-condensed.scss +21 −0 Go to diff View file
A plugins/document/themes/BurningParrot/document-blue.scss +21 −0 Go to diff View file
A plugins/document/themes/BurningParrot/document-green-condensed.scss +21 −0 Go to diff View file
A plugins/document/themes/BurningParrot/document-green.scss +21 −0 Go to diff View file
A plugins/document/themes/BurningParrot/document-grey-condensed.scss +21 −0 Go to diff View file
A plugins/document/themes/BurningParrot/document-grey.scss +21 −0 Go to diff View file
A plugins/document/themes/BurningParrot/document-orange-condensed.scss +21 −0 Go to diff View file
A plugins/document/themes/BurningParrot/document-orange.scss +21 −0 Go to diff View file
A plugins/document/themes/BurningParrot/document-purple-condensed.scss +21 −0 Go to diff View file
A plugins/document/themes/BurningParrot/document-purple.scss +21 −0 Go to diff View file
A plugins/document/themes/BurningParrot/document-red-condensed.scss +21 −0 Go to diff View file
A plugins/document/themes/BurningParrot/document-red.scss +21 −0 Go to diff View file
A plugins/document/themes/BurningParrot/document/_document.scss +25 −0 Go to diff View file