BUG 9422 Event doen't run for cases automatically scheduled SOLVED
- I add execute event in automatically scheduled
This commit is contained in:
@@ -2286,6 +2286,16 @@ class wsBase
|
||||
$taskName = '';
|
||||
}
|
||||
|
||||
// execute events
|
||||
$eventPro = $_SESSION["PROCESS"];
|
||||
$eventApp = $caseId;
|
||||
$eventInd = $aAppDel['DEL_INDEX'];
|
||||
$eventTas = $aAppDel['TAS_UID'];
|
||||
|
||||
$oEvent = new Event();
|
||||
$oEvent->createAppEvents($eventPro, $eventApp, $eventInd, $eventTas);
|
||||
// end events
|
||||
|
||||
$currentUser = new stdClass();
|
||||
$currentUser->userId = $aAppDel['USR_UID'];
|
||||
$currentUser->userName = $currentUserName;
|
||||
|
||||
Reference in New Issue
Block a user