Set html type of campaign fields
authorColeman Watts <coleman@civicrm.org>
Tue, 4 May 2021 13:25:49 +0000 (09:25 -0400)
committerColeman Watts <coleman@civicrm.org>
Tue, 4 May 2021 13:25:49 +0000 (09:25 -0400)
commit8813f9724895471724b957d7d02384bee6dae758
tree1f5e497f1683113e1e4efecd6581542af7000248
parentda3e08ea04b2ab2513bc92c6e410d33e7bb235c8
Set html type of campaign fields

Afform needs to know that these are fields of type EntityRef.
Otherwise, this metadata is currently unused.
20 files changed:
CRM/Activity/DAO/Activity.php
CRM/Campaign/DAO/CampaignGroup.php
CRM/Campaign/DAO/Survey.php
CRM/Contribute/DAO/Contribution.php
CRM/Contribute/DAO/ContributionPage.php
CRM/Contribute/DAO/ContributionRecur.php
CRM/Event/DAO/Participant.php
CRM/Mailing/DAO/Mailing.php
CRM/Member/DAO/Membership.php
CRM/Pledge/DAO/Pledge.php
xml/schema/Activity/Activity.xml
xml/schema/Campaign/CampaignGroup.xml
xml/schema/Campaign/Survey.xml
xml/schema/Contribute/Contribution.xml
xml/schema/Contribute/ContributionPage.xml
xml/schema/Contribute/ContributionRecur.xml
xml/schema/Event/Participant.xml
xml/schema/Mailing/Mailing.xml
xml/schema/Member/Membership.xml
xml/schema/Pledge/Pledge.xml