stable

Clone or download

Read-only

Add the name of the current document displayed by the user in the breadcrumb

request #13342 Update the breadcrumb when an embedded file is displayed How to test : - Go in to embedded document => The bredcrumb should display the name of the document. - Go to an embedded document directly via the URL. => The breadcrumb should display the name of the document. Change-Id: I1deb47e60491248dd843b2d1e1954a03a7536a01

Modified Files

Name
M plugins/document/scripts/document/components/Breadcrumb/DocumentBreadcrumb.spec.js +43 −0 Go to diff View file
M plugins/document/scripts/document/components/Breadcrumb/DocumentBreadcrumb.vue +13 −2 Go to diff View file
A plugins/document/scripts/document/components/Breadcrumb/DocumentBreadcrumbDocument.vue +37 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbedded.vue +4 −0 Go to diff View file
M plugins/document/scripts/document/store/mutations-global.js +5 −0 Go to diff View file
M plugins/document/scripts/document/store/state.js +1 −0 Go to diff View file