Skip to content

Commit

Permalink
temp workaround for dev/core#1675
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Mar 30, 2020
1 parent 269f890 commit fcd23b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CRM/Case/XMLProcessor/Process.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ public function processActivitySet($activitySetXML, &$params) {
$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();
}

/**
Expand Down

0 comments on commit fcd23b8

Please sign in to comment.