Merge pull request #49784 from nextcloud/backport/49747/stable30

This commit is contained in:
John Molakvoæ 2024-12-12 17:11:22 +01:00 committed by GitHub
commit 5df643cf37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 10 additions and 8 deletions

View file

@ -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"

View file

@ -8,6 +8,7 @@
:menu-name="selectedOption"
:aria-label="ariaLabel"
type="tertiary-no-background"
:disabled="!share.canEdit"
force-name>
<template #icon>
<DropdownIcon :size="15" />

2
dist/7358-7358.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
7358-7358.js.license

2
dist/8558-8558.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/8558-8558.js.map vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/8558-8558.js.map.license vendored Symbolic link
View file

@ -0,0 +1 @@
8558-8558.js.license

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long