-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
feat: upgrading simple api to drf compatible (6th) . modify_access #35260
Conversation
9d586b7
to
ed195b2
Compare
@feanil Please review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to be merged.
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
2U Release Notice: This PR has been deployed to the edX production environment. |
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
2U Release Notice: This PR has been deployed to the edX production environment. |
(cherry picked from commit af9ae77)
Issue
Upgrading plain api to DRF compatible.
Post man verification
unique_student_identifier
=admin
rolename
=staff
action
=revoke
expected result
{ "unique_student_identifier": "admin", "rolename": "staff", "action": "revoke", "success": "yes" }
For end to end verification
Add staff button