Skip to content

Commit 5df643c

Browse files
authored
Merge pull request #49784 from nextcloud/backport/49747/stable30
2 parents 1bac88b + 7aa8d54 commit 5df643c

11 files changed

+10
-8
lines changed

apps/files_sharing/src/components/SharingEntry.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
:file-info="fileInfo"
2929
@open-sharing-details="openShareDetailsForCustomSettings(share)" />
3030
</div>
31-
<NcButton class="sharing-entry__action"
31+
<NcButton v-if="share.canEdit"
32+
class="sharing-entry__action"
3233
data-cy-files-sharing-share-actions
3334
:aria-label="t('files_sharing', 'Open Sharing Details')"
3435
type="tertiary"

apps/files_sharing/src/components/SharingEntryQuickShareSelect.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
:menu-name="selectedOption"
99
:aria-label="ariaLabel"
1010
type="tertiary-no-background"
11+
:disabled="!share.canEdit"
1112
force-name>
1213
<template #icon>
1314
<DropdownIcon :size="15" />

dist/7358-7358.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/7358-7358.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/7358-7358.js.map.license

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/8558-8558.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/8558-8558.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/8558-8558.js.map.license

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8558-8558.js.license

dist/files_sharing-files_sharing_tab.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)