collectives icon indicating copy to clipboard operation
collectives copied to clipboard

Editable shares broken with editing permissions above member

Open mejo- opened this issue 2 years ago • 1 comments

Editable shares are not exposed as editable when the minimum permission level to edit is above LEVEL_MEMBER. That's because we force-set level to LEVEL_MEMBER for shares, which results in canEdit: false.

mejo- avatar Sep 29 '22 19:09 mejo-

I can confirm that, if I set the setting to only allow editing for Admins or Moderators, I actually can't edit at all, unless I am the owner. If editing is allowed for all members it works.

nomisge avatar Dec 14 '22 14:12 nomisge

That's expected behaviour and we even enforce this on file share level nowadays.

mejo- avatar Sep 25 '24 11:09 mejo-