mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 08:25:56 -04:00
fix(SharingEntryQuickShareSelect): Disable quick share select if user can not edit share
Signed-off-by: provokateurin <kate@provokateurin.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
5d1cbc602f
commit
09689adfa6
7 changed files with 8 additions and 7 deletions
|
|
@ -4,6 +4,7 @@
|
|||
:menu-name="selectedOption"
|
||||
:aria-label="ariaLabel"
|
||||
type="tertiary-no-background"
|
||||
:disabled="!share.canEdit"
|
||||
force-name>
|
||||
<template #icon>
|
||||
<DropdownIcon :size="15" />
|
||||
|
|
|
|||
6
dist/9248-9248.js → dist/4235-4235.js
vendored
6
dist/9248-9248.js → dist/4235-4235.js
vendored
File diff suppressed because one or more lines are too long
1
dist/4235-4235.js.map
vendored
Normal file
1
dist/4235-4235.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/9248-9248.js.map
vendored
1
dist/9248-9248.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue