stable
Clone or download
Read-only
This is a part of the story #10724 : search in document view It allows the user to search a file in the docman. NOTE : The advanced mode of the search will be implemented later. How to test: - Go to the plugin document via the new url - Fill the search box - Press enter. You will be redirected to the old docman with the result of your search. Change-Id: Ib7b29899d4848ba6f14b992b00df586a0637107b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/Folder/ChildFolder.vue | +5 | −2 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/FolderHeader.vue | +56 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderView.vue | +8 | −11 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/RootFolder.vue | +3 | −2 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/SearchBox.vue | +65 | −0 | Go to diff View file |
M | plugins/document/scripts/document/po/fr.po | +3 | −0 | Go to diff View file |
M | plugins/document/scripts/document/po/template.pot | +3 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +4 | −2 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations.js | +6 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/state.js | +2 | −1 | Go to diff View file |
M | plugins/document/themes/BurningParrot/document/_document.scss | +1 | −1 | Go to diff View file |
A | plugins/document/themes/BurningParrot/document/_headers.scss | +45 | −0 | Go to diff View file |