Merge pull request #18718 from nextcloud/fix/18711/others_with_access_only_with_reshare

Only show others with access if you have reshare permissions
This commit is contained in:
Roeland Jago Douma 2020-01-07 19:26:05 +01:00 committed by GitHub
commit 951bb99e61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -62,7 +62,7 @@
:file-info="fileInfo" />
<!-- inherited shares -->
<SharingInherited v-if="!loading" :file-info="fileInfo" />
<SharingInherited v-if="canReshare && !loading" :file-info="fileInfo" />
<!-- internal link copy -->
<SharingEntryInternal :file-info="fileInfo" />