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:
commit
951bb99e61
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue