Skip to content

Commit

Permalink
Merge pull request #4 from artfulrobot/dev-1.6
Browse files Browse the repository at this point in the history
Big refactor, new features, new hooks, new tests
  • Loading branch information
artfulrobot authored May 17, 2022
2 parents 08430c3 + 12e623a commit 51faf9c
Show file tree
Hide file tree
Showing 14 changed files with 67,163 additions and 553 deletions.
3 changes: 1 addition & 2 deletions CRM/Iparl/Form/IparlSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@ public function postProcess() {
$this->saveSettings();
parent::postProcess();
// Reload cache.
$webhook = new CRM_Iparl_Page_IparlWebhook();
foreach (['action', 'petition'] as $type) {
$webhook->getIparlObject($type, TRUE);
\Civi\Iparl\WebhookProcessor::getIparlObject($type, TRUE);
}

CRM_Core_Session::setStatus(ts('iParl settings updated.'));
Expand Down
Loading

0 comments on commit 51faf9c

Please sign in to comment.