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:
Marco Antonio Nina
2012-03-06 19:08:41 -04:00
parent 0c33fe44f6
commit 51977f4504
2 changed files with 15 additions and 7 deletions

View File

@@ -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) {