Skip to content
Snippets Groups Projects

add parent mailing group type and remove redundant $options from Option Group Type

Merged ErikHommel requested to merge ErikHommel/form-processor:master into master
3 files
+ 114
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -31,6 +31,7 @@
$this->addType(new CountryIsoCodeType('CountryIsoCode', E::ts('Country ISO Code')));
$this->addType(new StateProvinceType('StateProvince', E::ts('State/Province')));
$this->addType(new MailingGroupType('MailingGroup', E::ts('Mailing Group')));
$this->addType(new ParentMailingGroupType('ParentMailingGroup', E::ts('Parent Mailing Group')));
$this->addType(new ParticipantStatusType('ParticipantStatusType', E::ts('Participant Status')));
$this->addType(new CampaignType('CampaignType', E::ts('Campaign')));
$this->addType(new FileType('file', E::ts('File')));
Loading