change to methods
This commit is contained in:
@@ -804,7 +804,7 @@ try {
|
|||||||
'APP_UID' => $_SESSION['APPLICATION'],
|
'APP_UID' => $_SESSION['APPLICATION'],
|
||||||
'DEL_INDEX' => $_SESSION['INDEX']
|
'DEL_INDEX' => $_SESSION['INDEX']
|
||||||
);
|
);
|
||||||
$aFields['TASK'] = $oRoute->postSanity($oRoute->prepareInformation($arrayData));
|
$aFields['TASK'] = $oRoute->prepareRoutingScreen($arrayData);
|
||||||
|
|
||||||
if (empty( $aFields['TASK'] )) {
|
if (empty( $aFields['TASK'] )) {
|
||||||
throw (new Exception( G::LoadTranslation( 'ID_NO_DERIVATION_RULE' ) ));
|
throw (new Exception( G::LoadTranslation( 'ID_NO_DERIVATION_RULE' ) ));
|
||||||
|
|||||||
@@ -38,4 +38,9 @@ class RoutingScreen extends \Derivation
|
|||||||
return $aDataMerged;
|
return $aDataMerged;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function prepareRoutingScreen($arrayData)
|
||||||
|
{
|
||||||
|
return $this->postSanity($this->prepareInformation($arrayData));
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user