Vu
Vu
Request to add form.populate to RegistrationPrivacyForm for the purpose of updating custom fields.
Move button Modify on top of Summary page.
Request to add new privacy setting for Participant List: setting to hide participants from other registration forms. This PR replaces https://github.com/indico/indico/pull/6167, the code is done following previous review from Duarte....
Request to add action "Preview as participant" for managers on back-end.
Request to add feature to hide registration form from the event home page. Add a new setting in registration form to hide the form. Once the form is hidden, it's...
Request change for HiddenUnless validator: this change renders the validator working on field composed of list of other fields (like "visibility" in Participant List Privacy form), it also adds an...
Request to add new privacy setting for Participant List: setting to hide participants from other registration forms. Replace PR https://github.com/indico/indico/pull/6176. Code rebased and completed following review.
Request to add a placeholder to display the personal data picture in email.
Request to add a control on invitation email to eventually force the registration with the same email. How it works: Add new setting "allow_different_email" for invitations. If enabled, the invitation...
Request to add a new setting on Text form field to allow/not url contents. Notes: There is still a missing code to prevent the change of the new setting when...