You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behaviour:
Usernames that are not themselves assigned the instance admin role, but are part of a group that is assigned as instance admin, should also make the function return "true"
Observed behaviour:
Method returns false for usernames that are part of a group that has "instance admin" rights. the return value is "true" only if usernames themselves are assigned the instance admin role
The text was updated successfully, but these errors were encountered:
openbis-client-lib/src/main/java/life/qbic/openbis/openbisclient/OpenBisClient.java
Line 578 in 0c74a37
Expected behaviour:
Usernames that are not themselves assigned the instance admin role, but are part of a group that is assigned as instance admin, should also make the function return "true"
Observed behaviour:
Method returns false for usernames that are part of a group that has "instance admin" rights. the return value is "true" only if usernames themselves are assigned the instance admin role
The text was updated successfully, but these errors were encountered: