-
Notifications
You must be signed in to change notification settings - Fork 0
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
Organization manager cant view organization #425
Labels
bug::regression
Bug reason
type::bug
Issue Type
v1.4.0
Version Affected.
v1.5.0
Version Affected.
v1.6-beta
Version Affected.
Comments
jon-nfc
added
v1.4.0
Version Affected.
v1.5.0
Version Affected.
v1.6-beta
Version Affected.
labels
Dec 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug::regression
Bug reason
type::bug
Issue Type
v1.4.0
Version Affected.
v1.5.0
Version Affected.
v1.6-beta
Version Affected.
An organization manager is supposed to be able to virew an organization they are the manager off (uri:
/api/v2/access/organization
).Details
as an organization manager the user must have full permissions to an organization. this includes full CRUD for teams of that organization.
Permissions Checking update
The permission checking logic will need to be updated to cater for checking if the user is an org manager if the model is an organization. This could be done within the function
has_permissionhas_object_permission
or `` (api.views.mixin.mixin.py.OrganizationPermissionAPI
) as that allows no mod to default permission checking just for a single permission check.Links
Requirements
reverted see 56112b7. due to failed tests and no time to dive into
Tasks
The text was updated successfully, but these errors were encountered: