stable

Clone or download

Read-only

Display approval badge everywhere

part of story #11841 See approval table status and lock informations in the tree view How to test: - display the view of an embedded file: approval badge is displayed with no additionnal margin - in folder content view the badge is displayed on the item line (like mockup) => on over the quicklook button is next the badge icon - in preview the badge is display with other metadata Change-Id: Ided543d66e266c380dfe9bd0e386204c86eb517a

Modified Files

Name
M plugins/document/scripts/document/app.spec.js +1 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/ApprovalTables/ApprovalTableBadge.spec.js +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/ApprovalTables/ApprovalTableBadge.vue +4 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderContentRow.vue +3 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbeddedContent.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentMetadata.vue +16 −1 Go to diff View file
M plugins/document/scripts/document/helpers/approval-table-helper.js +15 −7 Go to diff View file
A plugins/document/scripts/document/helpers/approval-table-helper.spec.js +101 −0 Go to diff View file
M plugins/document/scripts/document/po/fr.po +3 −0 Go to diff View file
M plugins/document/themes/BurningParrot/document/_folder-content.scss +2 −1 Go to diff View file