Skip to content
Snippets Groups Projects
Commit dba19499 authored by Jaap Jansma's avatar Jaap Jansma
Browse files

Merge pull request #48 from mecachisenros/master

Added ActionLog to non API entities Pre Hook.
parents 787a7e5b c07bc878
Branches
Tags
No related merge requests found
......@@ -22,7 +22,7 @@ class CRM_Civirules_Utils_PreData {
*
*/
public static function pre($op, $objectName, $objectId, $params) {
$nonPreEntities = array('GroupContact', 'EntityTag');
$nonPreEntities = array('GroupContact', 'EntityTag', 'ActionLog');
if ($op != 'edit' || in_array($objectName, $nonPreEntities)) {
return;
}
......@@ -78,4 +78,4 @@ class CRM_Civirules_Utils_PreData {
return array();
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment