-
Notifications
You must be signed in to change notification settings - Fork 448
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
Invitation API - UserRoleAssignment Invitation - Add existing user to a context that the user has no roles #10630
Comments
@ipula as part of this PR (find the PR in the first comment) I made the following changes:
Please check if those changes cover the case we discussed. |
@defstat @withanage I tested and works fine for me. 1.Invite new user in Journal A 4.Invite same user to Journal B 6.Accept invitation to Journal B 7.Create user account in Journal B |
Everything merged in cc: @withanage @ipula |
@withanage @ipula the latest merge brakes the tests, because of a change in the API - The UI had not followed the change (or it was not yet merged). The change is this [UI_LIBRARY]: pkp/ui-library#472 and #10755 and I am waiting for the tests to pass here [OJS]: pkp/ojs#4573 |
pkp/pkp-lib#10630 Fix tests and UI call
@withanage @ipula I have merged the two PRs (see here), because they where causing the tests to fail, thus closing this for the moment. But please take into account the ui-lib change that was just merged. |
Describe the bug
Adding support UserRoleAssignment Invitation - Add existing user to a context that the user has no roles.
The requirement is that a Context (Journal for example) manager that searches for a user by his email for example, should not be able to get the information of the user if that user is present in the installation as part of another Context.
To facilitate that changes must be made in the backoffice so that:
PRs
pkp-lib: #10631
The text was updated successfully, but these errors were encountered: