-
Notifications
You must be signed in to change notification settings - Fork 25
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
authorization: create role management API #1043
authorization: create role management API #1043
Conversation
d20c08f
to
6f6c533
Compare
26dc087
to
c60c096
Compare
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.
Commit message approved
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.
Good job for the two PRs 1043 and 1051
tests/fixtures/circulation.py
Outdated
|
||
|
||
@pytest.fixture(scope="module") | ||
def system_librarian_martigny2( |
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.
system_librarian2_martigny
instead of system_librarian_martigny2
c60c096
to
aa92cf9
Compare
Creates an API to expose which roles could be managed by the current logged user. This commit also introduces a restriction to disallow the current user to delete itself. Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
aa92cf9
to
8a6904a
Compare
Creates an API to expose which roles could be managed by the current
logged user.
This commit also introduces a restriction to disallow the current user
to delete itself.
Co-Authored-by: Renaud Michotte renaud.michotte@gmail.com
Why are you opening this PR?
Dependencies
Code review check list