-
Notifications
You must be signed in to change notification settings - Fork 146
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
Participants editable by editors #1639
Participants editable by editors #1639
Conversation
fb05859
to
9356846
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.
Thanks for contributing :)
42b280c
to
2410ce2
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.
35ea686
to
645fa50
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.
✔️ Meets requirements
✔️ UI functionality checked
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 haven't really checked whether everything that needs to be deleted actually is deleted, but the diff looks good at least :)
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 just remembered one thing that needs to be done in this PR as well (sorry).
Similar to the button requesting a new account in the contributor section, we need the same button (opening the same modal) also for participants, in case editors want to add someone who doesn't have an account yet.
Is the button only needed when editors are allowed to edit? |
The button should only be shown when editors are allowed to edit. It should optimally be placed next to the participant field but I assume this isn't easy. So it is also okay to place it where the request changes button would be if editors aren't allowed to edit. |
yes, please :) |
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.
nice, almost done =)
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.
select2 was updated to 4.1.0-rc1 on upstream:main in between (see #1702) -- so after merging or rebasing, the select2 stuff should disappear from the diff.
f6e2926
to
2f27b00
Compare
8d2b2d1
to
c351217
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.
Code is fine with me, haven't tested manually.
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.
Code looks good, UI does too as far as I can tell - @janno42 I am relying on your thorough review though :)
…test and sorry for the long commit message that is longer than the changes themselves
9645013
to
ebd6a50
Compare
Thank you so much 👍 |
yeeeey, this PR finally made it! :D |
fixes #1569 (hopefully)