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
Allow resetting registration moderation status #4498
Conversation
indico/modules/events/registration/controllers/management/reglists.py
Outdated
Show resolved
Hide resolved
indico/modules/events/registration/controllers/management/reglists.py
Outdated
Show resolved
Hide resolved
indico/modules/events/registration/templates/management/_registration_details.html
Outdated
Show resolved
Hide resolved
Resetting a rejected or withdrawn (even if there's no UI for the latter) registration is not possible yet |
Rejected state is now properly handled. |
001e9ec
to
ebd4b91
Compare
indico/modules/events/registration/controllers/management/reglists.py
Outdated
Show resolved
Hide resolved
indico/modules/events/registration/controllers/management/reglists.py
Outdated
Show resolved
Hide resolved
indico/modules/events/registration/templates/management/_registration_details.html
Show resolved
Hide resolved
37aac15
to
136fa46
Compare
When the registration is in the |
Fixed:
|
- allow resetting rejecting even after disabling moderation - if payment is required, go to unpaid instead of complete
This PR introduces the possibility for managers to reset the approval state of a given registration from the registration details view. The button is displayed as part of available actions for "complete" registrations only if registration form moderation is enabled.
Screenshot