Skip to content
Snippets Groups Projects
Commit 2a5d5e49 authored by jaapjansma's avatar jaapjansma
Browse files

Added status message to participant search actions

parent 8dc82491
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ class CRM_Searchactiondesigner_Form_Task_Event extends CRM_Event_Form_Task {
$this->searchTask = civicrm_api3('SearchTask', 'getsingle', array('id' => $this->searchTaskId));
$this->assign('searchTask', $this->searchTask);
$this->assign('status', E::ts("Number of selected participants: %1", array(1=>count($this->_participantIds))));
}
protected function setEntityShortName() {
......
......@@ -13,8 +13,8 @@
<url desc="Documentation">https://lab.civicrm.org/extensions/searchactiondesigner/blob/master/README.md</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-07-28</releaseDate>
<version>1.6</version>
<releaseDate>2020-10-19</releaseDate>
<version>1.7</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.0</ver>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment