-
Notifications
You must be signed in to change notification settings - Fork 510
Add participant list preview #6052
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
Add participant list preview #6052
Conversation
indico/modules/events/registration/templates/management/regform_list.html
Outdated
Show resolved
Hide resolved
indico/modules/events/registration/templates/display/participant_list.html
Outdated
Show resolved
Hide resolved
indico/modules/events/registration/templates/display/participant_list.html
Outdated
Show resolved
Hide resolved
indico/modules/events/registration/templates/display/participant_list.html
Outdated
Show resolved
Hide resolved
|
@vtran99 Could you please rebase the PR? |
2694d52 to
c28361f
Compare
Done (sorry). |
|
I just added a new commit to handle the case where event has more than one regform and user is registered only in one: |
8c1e722 to
f82a052
Compare
|
Hello, |
1bbb828 to
4507280
Compare
- use mixin + "standard" inheritance instead of inheriting management RH from display RH - remove overridable logic to check if preview is guest or participant view (not needed by UN guys in the end, always participant view is fine) - only show preview buttons in Conference events - use nicer title + add description text for the preview page
- not related to the functionality in this PR - not sure how a hybrid method works w/ interceptables
The current behavior is that you just need to be registered in some regform of the event to see the participant version of the participant list. Making this per-regform does not belong in here, there is another PR for it...
94d91bf to
2acf0ce
Compare
Request to add action "Preview as participant" for managers on back-end.