BUG 10434 Success message after modifying a data in Process Supervisor.

A Success message was added after saving the changed data by a process supervisor on a Dynaform.
This commit is contained in:
jennylee
2013-01-25 15:25:59 -04:00
parent 7dc742c950
commit df1c86a0c5

View File

@@ -46,7 +46,8 @@ $aData['USER_UID'] = $_SESSION['USER_LOGGED'];
$aData['APP_STATUS'] = $Fields['APP_STATUS'];
//$aData = $oCase->loadCase( $_SESSION['APPLICATION'] );
$oCase->updateCase( $_SESSION['APPLICATION'], $aData );
$oCase->updateCase( $_SESSION['APPLICATION'], $aData );
G::SendTemporalMessage( 'ID_SAVED_SUCCESSFULLY', 'info' );
//go to the next step
$aNextStep = $oCase->getNextSupervisorStep( $_SESSION['PROCESS'], $_SESSION['STEP_POSITION'] );