Fundraising/tech/crm/Quirks
Appearance
Potential frustrations when setting up a dev instance of our CiviCRM setup:
- Need to include vendor/autoload.php from inside of sites/default/settings.php, which is .gitignored (Why did I think this was the spot for it?)
- Gift Data custom fields may be non-functional after running wmf_civicrm_update_7022 from wmf_civicrm.install. Just disable them via the UI ( Administration->Custom Data) TODO: add some option values and groups too, and set option_group_id in the CustomField create calls.