Skip to content

Commit

Permalink
fix(SharingEntryQuickShareSelect): Disable quick share select if user…
Browse files Browse the repository at this point in the history
… can not edit share

Signed-off-by: provokateurin <[email protected]>

Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
provokateurin authored and nextcloud-command committed Dec 12, 2024
1 parent 37c6c51 commit 7aa8d54
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 7 deletions.
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 7aa8d54

Please sign in to comment.