nextcloud / groupfolders

๐Ÿ“๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Admin-configured folders shared by everyone in a group. https://github.com/nextcloud-releases/groupfolders
https://apps.nextcloud.com/apps/groupfolders
278 stars 85 forks source link

Rights display for a Group Folder sync issue when changing the permissions' rules #3091

Open Jb-tauch-shadow opened 1 month ago

Jb-tauch-shadow commented 1 month ago

Reproduction

Reproducible ?

Regularity ?

Regression ?

Steps to reproduce ?

  1. Go to web app with the admin
  2. Click on "..." a family folder
  3. Click on detail
  4. Add a permission rule
  5. Add a user in the permission rule
  6. Deny access to "Write" or "Create" or "Delete" or "Share"
  7. Go to web app with the guest user
  8. Click on "..." next to the family folder
  9. Click on detail

Expected Results : Should see the guest user's current rights

Obtained Results : User see that he has every rights (but the deny access are applied properly)

https://github.com/user-attachments/assets/fc598bb6-3dc6-4f7a-b879-352d651d07cf

Environment and versions

Client Environment VM Environment
27.1.7.3

Browser used:

maximelehericy commented 1 month ago

@brice-shadow I think this fixes it: https://github.com/nextcloud/groupfolders/pull/2996