Skip to content

Commit

Permalink
Merge pull request #49784 from nextcloud/backport/49747/stable30
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Dec 12, 2024
2 parents 1bac88b + 7aa8d54 commit 5df643c
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion apps/files_sharing/src/components/SharingEntry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
:file-info="fileInfo"
@open-sharing-details="openShareDetailsForCustomSettings(share)" />
</div>
<NcButton class="sharing-entry__action"
<NcButton v-if="share.canEdit"
class="sharing-entry__action"
data-cy-files-sharing-share-actions
:aria-label="t('files_sharing', 'Open Sharing Details')"
type="tertiary"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
:menu-name="selectedOption"
:aria-label="ariaLabel"
type="tertiary-no-background"
:disabled="!share.canEdit"
force-name>
<template #icon>
<DropdownIcon :size="15" />
Expand Down
2 changes: 0 additions & 2 deletions dist/7358-7358.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/7358-7358.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/7358-7358.js.map.license

This file was deleted.

2 changes: 2 additions & 0 deletions dist/8558-8558.js

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions dist/8558-8558.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/8558-8558.js.map.license
4 changes: 2 additions & 2 deletions dist/files_sharing-files_sharing_tab.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files_sharing-files_sharing_tab.js.map

Large diffs are not rendered by default.

0 comments on commit 5df643c

Please sign in to comment.