[FIX] Apply read permission to the list of members instead of the main option #4809
[FIX] Apply read permission to the list of members instead of the main option #4809corevibe555 wants to merge 5 commits intoowncloud:masterfrom
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! |
3640413 to
bf812a9
Compare
|
@joragua Would you please review my PR and give me any feedback so I can complete and pick next issue? |
|
Hi @corevibe555! As mentioned in #4782 (comment), I'm missing the logic for space public links. If the user doesn't have the permission, the |
758ed0b to
0667c49
Compare
joragua
left a comment
There was a problem hiding this comment.
Good job @corevibe555! 💯 Somme comments about your code
...udApp/src/main/java/com/owncloud/android/presentation/spaces/members/SpaceMembersFragment.kt
Outdated
Show resolved
Hide resolved
...udApp/src/main/java/com/owncloud/android/presentation/spaces/members/SpaceMembersFragment.kt
Outdated
Show resolved
Hide resolved
...udApp/src/main/java/com/owncloud/android/presentation/spaces/members/SpaceMembersFragment.kt
Outdated
Show resolved
Hide resolved
0667c49 to
920ad53
Compare
|
Thank you for the review comments. I've made requested changes. |
joragua
left a comment
There was a problem hiding this comment.
One more comment and it's ready to go! @corevibe555
fix: remove updateToolbarTitle() as this is not in the requirement fix: keep simple UX refactor: remove updateMembersLoadingProgressVisibility refactor: resolve code review comment feedback fix: remove redundant properties
920ad53 to
5870a78
Compare
joragua
left a comment
There was a problem hiding this comment.
LGTM! Moving it to QA 😄
|
@corevibe555 your contribution has several conflicts with the current version on the We'll assist you with the conflict solving. |
Problem
Users without the
libre.graph/driveItem/permissions/readpermission had the Members action hidden from the space menu. However, that screen also contains the permalink section, which became inaccessible to these users.Solution
Membersin the filtered space menu options.SpaceMembersFragment, treat the read permission as controlling members and public links sections.Issue
#4782