Skip to content
Snippets Groups Projects
Commit 9a544f5c authored by jaapjansma's avatar jaapjansma
Browse files

Merge branch 'issue176' into 'master'

remove emptying data area for activity pre data when getting activity contact data - fixes #176

Closes #176

See merge request !174
parents fa9d6238 9766fdf9
No related branches found
No related tags found
1 merge request!174remove emptying data area for activity pre data when getting activity contact data - fixes #176
# CHANGELOG
## Version 2.43 (not yet released)
## Version 2.43
* Add option to negate the "Contact has Active Membership of Type" condition
* Allow 'any' event type and 'before/after X hours' for 'Event date reached' trigger
* Add option to negate the "Contact has Active Membership of Type" condition
* Allow 'any' event type and 'before/after X hours' for 'Event date reached' trigger
* Fix error where original activity data is incomplete after alterPreData - fixes #176
## Version 2.42
......
......@@ -92,7 +92,6 @@ class CRM_CivirulesPostTrigger_Activity extends CRM_Civirules_Trigger_Post {
}
$activityContact->find();
while ($activityContact->fetch()) {
$data = [];
CRM_Core_DAO::storeValues($activityContact, $data);
$activityContacts[] = $data;
}
......
......@@ -14,8 +14,8 @@
<author>CiviCooP</author>
<email>helpdesk@civicoop.org</email>
</maintainer>
<releaseDate>2022-03-08</releaseDate>
<version>2.43-dev</version>
<releaseDate>2022-04-11</releaseDate>
<version>2.43</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.28</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