Browse Source

Merge pull request #49747 from nextcloud/fix/files_sharing/disable-editing

pull/49730/head
John Molakvoæ 11 months ago
committed by GitHub
parent
commit
db5be3d12a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      apps/files_sharing/src/components/SharingEntry.vue
  2. 1
      apps/files_sharing/src/components/SharingEntryQuickShareSelect.vue
  3. 2
      dist/282-282.js
  4. 1
      dist/282-282.js.map
  5. 1
      dist/282-282.js.map.license
  6. 2
      dist/4005-4005.js
  7. 0
      dist/4005-4005.js.license
  8. 1
      dist/4005-4005.js.map
  9. 1
      dist/4005-4005.js.map.license
  10. 4
      dist/files_sharing-files_sharing_tab.js
  11. 2
      dist/files_sharing-files_sharing_tab.js.map

3
apps/files_sharing/src/components/SharingEntry.vue

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

1
apps/files_sharing/src/components/SharingEntryQuickShareSelect.vue

@ -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/282-282.js
File diff suppressed because it is too large
View File

1
dist/282-282.js.map
File diff suppressed because it is too large
View File

1
dist/282-282.js.map.license

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

2
dist/4005-4005.js
File diff suppressed because it is too large
View File

0
dist/282-282.js.license → dist/4005-4005.js.license

1
dist/4005-4005.js.map
File diff suppressed because it is too large
View File

1
dist/4005-4005.js.map.license

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

4
dist/files_sharing-files_sharing_tab.js
File diff suppressed because it is too large
View File

2
dist/files_sharing-files_sharing_tab.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save