-
Notifications
You must be signed in to change notification settings - Fork 451
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
pkp/pkp-lib#9658 user access table #10576
base: main
Are you sure you want to change the base?
Conversation
28a1316
to
cd6e544
Compare
@defstat, could you review this one? |
@ipula is this accompanied with a ui-library PR? |
|
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.
@ipula thanks, just one question on this, otherwise I think it is ok
public function editUser($args, $request): void | ||
{ | ||
$invitation = null; | ||
$invitationPayload =[]; |
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.
I am wondering if you can use the already existing UserRoleAssignmentInvitePayload
object here, in order to avoid the many key strings.
What do you think?
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.
I checked but some values are different. For example I need orcid
but in UserRoleAssignmentInvitePayload
has userOrcid
also same with the country
.
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.
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.
@withanage, @ipula if we can't change those variable names in the front-end, we could go forward with merging it.
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.
@defstat Issue like we are using same user invitation components. I have to change the code that already QA and merged
95e0772
to
485b32b
Compare
56c6645
to
320171b
Compare
320171b
to
4f50264
Compare
#9658