veda-consulting-company / uk.co.vedaconsulting.gdpr

Other
11 stars 55 forks source link

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

Open mlutfy opened 9 months ago

mlutfy commented 9 months ago

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

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

mlutfy commented 9 months ago

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 commented 8 months ago

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