do only offer active campaigns

This commit is contained in:
Marc Michalsky forumZFD 2020-12-10 15:18:47 +01:00
parent 5a09523af7
commit a0c15314b3
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9

View file

@ -68,6 +68,7 @@ function civicrm_api3_twingle_form_Get(array $params) {
$request = [
'sequential' => 1,
'is_active' => 1,
'campaign_type_id' => "twingle_project"
];
foreach($params as $param) {