Skip to content
Snippets Groups Projects
Unverified Commit 4c435161 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #16926 from demeritcowboy/quickfix-case-addtimeline

dev/core#1675 - Temporary regression fix for case add timeline
parents 269f890e fcd23b88
Branches
Tags
No related merge requests found
......@@ -156,6 +156,11 @@ class CRM_Case_XMLProcessor_Process extends CRM_Case_XMLProcessor {
$this->createActivity($activityTypeXML, $params);
}
}
// @todo dev/core#1675 - This is a temporary regression fix. Needs a
// proper fix.
$tx = new CRM_Core_Transaction();
$tx->commit();
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment