Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group and User drop-down lists don't reflect the omero group permissions policy #28

Open
Rdornier opened this issue Sep 18, 2024 · 0 comments

Comments

@Rdornier
Copy link

When connected as a non-admin user, all groups and all members are by-default visible in the drop-down menus. I think it is worth to match the omero policy in that case :

  • only display the groups the user is part of ==> for better visibility and navigation
  • only display the members the user is allowed to see ==> for example, in private groups, they should be able to only see themselves in the drop-down, no other members.

The same logic could also be applied to the advanced search where by default, all groups and all members are visible in the drop-downs.

However, even if all groups/users are present in the drop-down list, the image access follows the right omero group policy and images, for which the connected user has not access, are not available. So, the 'backend' code works properly but the GUI does not reflect what is available for the current user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant