IMPROVEMENT for the issue PM-1472

This commit is contained in:
Julio Cesar Laura
2015-02-20 16:34:32 -04:00
parent d4a8c4cc5c
commit 03deb140c4
2 changed files with 2 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ try {
require_once 'classes/model/Step.php';
$oStep = new Step();
$oStep->up( $_POST['STEP_UID'], $_POST['TASK'], $_POST['STEP_POSITION'] );
G::auditlog("OptionsMenuTask","Up the Step One Level -> ".$_POST['STEP_UID'].' In Task -> '.$_POST['TASK'].' Step Position -> '.$_POST['STEP_POSITION']);
G::auditlog("StepUp","Up the Step One Level -> ".$_POST['STEP_UID'].' In Task -> '.$_POST['TASK'].' Step Position -> '.$_POST['STEP_POSITION']);
G::LoadClass( 'processMap' );
$oProcessMap = new ProcessMap();
$oProcessMap->getStepsCriteria( $_POST['TASK'] );