Skip to content
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

Manage Event: cannot save "Info and Settings" when T&C are set on CiviCRM 5.66 #336

Open
mlutfy opened this issue Sep 13, 2023 · 2 comments

Comments

@mlutfy
Copy link
Contributor

mlutfy commented Sep 13, 2023

Can be reproduced on CiviCRM 5.66 (rc) or dmaster:

  • Enable the GDPR extension
  • Go to Manage Events, edit an event
  • Go to the Terms & Conditions tab, set "Enable terms and Conditions Acceptance" = "no"
  • Go to the Info and Settings tab, click save.

You will get an error "Checkbox text is a required field." and "Link Label is a required field."

@mlutfy
Copy link
Contributor Author

mlutfy commented Sep 13, 2023

Workaround:

update civicrm_custom_group set style = 'Tab' where name = 'Event_terms_and_conditions' and extends = 'Event';

The fields still appear on the Event Register form, but that might be an undefined behaviour.

@roblog
Copy link

roblog commented Nov 6, 2023

I've just experienced this issue as well, the @mlutfy workaround did the trick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants