stable

Clone or download

Read-only

Display lock information in app

part of story #11841 See approval table status and lock informations in the tree vie How to test: - display the view of an embedded file: nothing has changed lock icon is still cirecled with black - in folder content view the lock is displayed on the item line (like mockup) => on over the quicklook button is next the lock icon => it has been checked with design, we will rework on quicklook button and its display later - open the preview of document => an information message display that item is locked Change-Id: I04fe05c289981483fe9360d9155ec066e79cf204

Modified Files

Name
M plugins/document/scripts/document/components/Folder/FolderContentRow.vue +9 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbeddedContent.vue +3 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/LockInfo/DocumentTitleLockInfo.spec.js +53 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/LockInfo/DocumentTitleLockInfo.vue +17 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookGlobal.vue +3 −0 Go to diff View file
A plugins/document/scripts/document/components/Folder/QuickLook/QuickLookItemIsLockedMessage.vue +24 −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 +14 −0 Go to diff View file