BUG 7650 Function PMFRedirectToStep didnt work properly SOLVED
- In the triggers do not run properly because it addresses before saving the data - Data is captured and stored before redirect
This commit is contained in:
@@ -3024,6 +3024,7 @@ class Cases {
|
||||
$aTriggers = $this->loadTriggers($sTasUid, $sStepType, $sStepUidObj, $sTriggerType);
|
||||
|
||||
if (count($aTriggers) > 0) {
|
||||
global $oPMScript;
|
||||
$oPMScript = new PMScript();
|
||||
$oPMScript->setFields($aFields);
|
||||
foreach ($aTriggers as $aTrigger) {
|
||||
|
||||
Reference in New Issue
Block a user