PMCORE-2529
This commit is contained in:
@@ -607,6 +607,10 @@ class TimerEvent
|
||||
//Create
|
||||
$cnn = \Propel::getConnection("workflow");
|
||||
|
||||
$evnUid = $arrayData['EVN_UID'];
|
||||
$caseTitle = $arrayData['CASETITLE'];
|
||||
Task::setTaskDefTitle($evnUid, $caseTitle);
|
||||
|
||||
$arrayData = $this->unsetFields($arrayData);
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user