💬 display message when configuration is saved
This commit is contained in:
parent
55f7977c79
commit
87e72052b0
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@ class CRM_TwingleCampaign_Form_Settings extends CRM_Core_Form {
|
||||||
// Set configuration values
|
// Set configuration values
|
||||||
Configuration::set($this->exportValues());
|
Configuration::set($this->exportValues());
|
||||||
parent::postProcess();
|
parent::postProcess();
|
||||||
|
|
||||||
|
// Display message
|
||||||
|
CRM_Utils_System::setUFMessage(E::ts('TwingleCampaign configuration saved'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue