-
Notifications
You must be signed in to change notification settings - Fork 480
New option for Modification allowed settings in Registration #4740
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
New option for Modification allowed settings in Registration #4740
Conversation
indico/modules/events/registration/templates/display/registration_summary.html
Outdated
Show resolved
Hide resolved
Co-authored-by: Adrian <adrian@planetcoding.net>
indico/migrations/versions/20201209_2010_e4fb983dc64c_modification_mode_enum.py
Outdated
Show resolved
Hide resolved
e8aef4f
to
31da342
Compare
…tion_mode_enum.py Co-authored-by: Adrian <adrian@planetcoding.net>
indico/migrations/versions/20201209_2010_e4fb983dc64c_modification_mode_enum.py
Outdated
Show resolved
Hide resolved
indico/migrations/versions/20201209_2010_e4fb983dc64c_modification_mode_enum.py
Outdated
Show resolved
Hide resolved
indico/migrations/versions/20201209_2010_e4fb983dc64c_modification_mode_enum.py
Outdated
Show resolved
Hide resolved
…tion_mode_enum.py Co-authored-by: Adrian <adrian@planetcoding.net>
…tion_mode_enum.py Co-authored-by: Adrian <adrian@planetcoding.net>
Would it perhaps make more sense to call the option "untill approved"? It's more consistent with the others, IMO. |
I totally agree but it was @ThiefMaster or @OmeGak suggestion |
Yeah, that's what it was initially, I had suggested "while pending" since it may be clearer since we show registrations as "pending", and I'm not sure how clear it is for people what an "approved" registration means (especially in case moderation isn't used). |
Fair enough. I actually find it less clear, since all other options specify an "until" and this one a "while". But yeah, we'll see whether people get it or not... |
I don't have a strong opinion on this btw, so fine either way. It's right that keeping "until ..." is more consistent. |
Here you go @pferreir .. |
Great, thanks! |
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 a lot for the PR!
|
ugh somehow the alembic revision disappeared from your PR... i'll forcepush to fix that |
Thanks a ton, @pferreir and @ThiefMaster, |
Until approved
option for a registration form's "Modification allowed" settings.