Skip to content

Commit

Permalink
Prevent member expiration editing for non-space-managers
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Feb 20, 2023
1 parent 7611624 commit 9e2cfdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/unreleased/enhancement-space-member-expiration
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Enhancement: Space member expiration
Space member shares now support expiration.

https://github.com/owncloud/web/pull/8320
https://github.com/owncloud/web/pull/8482
https://github.com/owncloud/web/issues/8328
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
padding-size="small"
>
<oc-list class="collaborator-edit-dropdown-options-list" :aria-label="shareEditOptions">
<li v-if="isExpirationSupported" class="oc-rounded oc-menu-item-hover">
<li v-if="canEditOrDelete && isExpirationSupported" class="oc-rounded oc-menu-item-hover">
<oc-datepicker
v-model="enteredExpirationDate"
:min-date="minExpirationDate"
Expand Down

0 comments on commit 9e2cfdc

Please sign in to comment.