stable

Clone or download

Read-only

Fix the display of the breadcrumb when the user want to see an embedded filecontent

This is a part of the story #11841 See approval table status and lock informations in the tree view When the user wanted to see a embedded file on the root folder, the breadcrumb added the "Project documents" in addition to "Document". This patch should fix this problem How to test : 1) Without the fix - In the root folder, click on an embdded file => you should be redirected to the content of this embedded file and the breadcrumb should display "Document" > "Project documentation" 2) With the fix - In the root folder, click on an embdded file => you should be redirected to the content of this embedded file and the breadcrumb should display "Document" Change-Id: I85acb0a54020b49dc562773a51c4d62e74a5aee2

Modified Files

Name
M plugins/document/scripts/document/app.spec.js +1 −1 Go to diff View file
R plugins/document/scripts/document/components/Breadcrumb/DocumentBreadCrumb.spec.js Go to diff View file
M plugins/document/scripts/document/components/Breadcrumb/DocumentBreadcrumb.vue +7 −3 Go to diff View file