[FIX] Keep Members entry visible; restrict member list by read permission (#4782)#4809
Conversation
d0c5a29 to
e2c26e7
Compare
|
Thanks for the contribution @corevibe555 . I'll give you some tips that you will also find in our CONTRIBUTING file:
Any question about the process, @joragua or myself will be happy to help you!! Don't hesitate to ask!! 😄 |
|
@jesmrec Thanks for your comment. |
cool! let us know if you need some help 🚀 |
6de7461 to
1470da1
Compare
|
Thanks @corevibe555 for the quick response. New iteration is much better, but still some tiny details to take care of:
Summing up, this could be the better approach:
with this, we could move to code review. |
…AD_PERMISSION check Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
1470da1 to
bf812a9
Compare
|
Thanks for the feedback, I've updated the PR. |
|
Moving to CR. As soon as we are available, we'll review and give you feedback. Thanks! |
Problem
Users without the
libre.graph/driveItem/permissions/readpermission had the Members action hidden from the space menu.However, that screen also contains the Space Public Links (Permalink) section, which became inaccessible to these users.
Solution
SpaceMembersFragment, treat the read permission as controlling only the members list (i.e., the RecyclerView visibility and adapter data).The Share via link section remains unaffected.
Issue
#4782