Skip to content
Snippets Groups Projects
Unverified Commit 49a997bc authored by Julius Härtl's avatar Julius Härtl
Browse files

Indicate deck shares as shared in the file list


Signed-off-by: default avatarJulius Härtl <jus@bitgrid.net>
parent 8131965b
No related branches found
No related tags found
No related merge requests found
......@@ -161,6 +161,8 @@ import escapeHTML from 'escape-html'
hasShares = true
} else if (shareType === OC.Share.SHARE_TYPE_ROOM) {
hasShares = true
} else if (shareType === OC.Share.SHARE_TYPE_DECK) {
hasShares = true
}
})
OCA.Sharing.Util._updateFileActionIcon($tr, hasShares, hasLink)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment