Indicate deck shares as shared in the file list
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
8131965b74
commit
49a997bc87
|
@ -161,6 +161,8 @@ import escapeHTML from 'escape-html'
|
||||||
hasShares = true
|
hasShares = true
|
||||||
} else if (shareType === OC.Share.SHARE_TYPE_ROOM) {
|
} else if (shareType === OC.Share.SHARE_TYPE_ROOM) {
|
||||||
hasShares = true
|
hasShares = true
|
||||||
|
} else if (shareType === OC.Share.SHARE_TYPE_DECK) {
|
||||||
|
hasShares = true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
OCA.Sharing.Util._updateFileActionIcon($tr, hasShares, hasLink)
|
OCA.Sharing.Util._updateFileActionIcon($tr, hasShares, hasLink)
|
||||||
|
|
Loading…
Reference in New Issue