Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
civirules
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Extensions
civirules
Commits
9766fdf9
Commit
9766fdf9
authored
2 years ago
by
ErikHommel
Browse files
Options
Downloads
Patches
Plain Diff
remove emptying data area for activity pre data when getting activity contact data - fixes #176
parent
fa9d6238
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!174
remove emptying data area for activity pre data when getting activity contact data - fixes #176
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+4
-3
4 additions, 3 deletions
CHANGELOG.md
CRM/CivirulesPostTrigger/Activity.php
+0
-1
0 additions, 1 deletion
CRM/CivirulesPostTrigger/Activity.php
info.xml
+2
-2
2 additions, 2 deletions
info.xml
with
6 additions
and
6 deletions
CHANGELOG.md
+
4
−
3
View file @
9766fdf9
# 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
...
...
This diff is collapsed.
Click to expand it.
CRM/CivirulesPostTrigger/Activity.php
+
0
−
1
View file @
9766fdf9
...
...
@@ -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
;
}
...
...
This diff is collapsed.
Click to expand it.
info.xml
+
2
−
2
View file @
9766fdf9
...
...
@@ -14,8 +14,8 @@
<author>
CiviCooP
</author>
<email>
helpdesk@civicoop.org
</email>
</maintainer>
<releaseDate>
2022-0
3-08
</releaseDate>
<version>
2.43
-dev
</version>
<releaseDate>
2022-0
4-11
</releaseDate>
<version>
2.43
</version>
<develStage>
stable
</develStage>
<compatibility>
<ver>
5.28
</ver>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment