Browse Source

Add an icon when the file is shared by mail

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v11.0RC2
Joas Schilling 7 years ago
parent
commit
09e5e38591
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      apps/files_sharing/js/share.js

+ 2
- 0
apps/files_sharing/js/share.js View File

@@ -114,6 +114,8 @@
shareType = parseInt(shareType, 10);
if (shareType === OC.Share.SHARE_TYPE_LINK) {
hasLink = true;
} else if (shareType === OC.Share.SHARE_TYPE_EMAIL) {
hasLink = true;
} else if (shareType === OC.Share.SHARE_TYPE_USER) {
hasShares = true;
} else if (shareType === OC.Share.SHARE_TYPE_GROUP) {

Loading…
Cancel
Save