We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The PermissionLevelMixin.get_user_perms method will include the dynamically calculated permissions implemented in #8848. They will be exposed as:
PermissionLevelMixin.get_user_perms
publish_resourcebase
approve_resourcebase
feature_resourcebase
This way they will get exposed inside the resource perms of the API response through the PermsSerializer
PermsSerializer
The text was updated successfully, but these errors were encountered:
[Fixes #12512] Expose publish, approval and feature permissions insid…
053b631
…e PermissionLevelMixin
656dee1
030638e
089bb06
[Fixes #12512] comment removed
4e44e69
f8dabd5
…e PermissionLevelMixin (#12516) * [Fixes #8848] Implment can_feature, can_publish and can_approve methods * [Fixes #12512] comment removed
mattiagiupponi
Successfully merging a pull request may close this issue.
The
PermissionLevelMixin.get_user_perms
method will include the dynamically calculated permissions implemented in #8848.They will be exposed as:
publish_resourcebase
approve_resourcebase
feature_resourcebase
This way they will get exposed inside the resource perms of the API response through the
PermsSerializer
The text was updated successfully, but these errors were encountered: