HOR-3610
Remove pending G::LoadClass and G::LoadClassRBAC
This commit is contained in:
@@ -528,7 +528,6 @@ class Cases
|
||||
throw (new \Exception($arrayData));
|
||||
}
|
||||
} else {
|
||||
\G::LoadClass("wsBase");
|
||||
$ws = new \wsBase();
|
||||
$fields = $ws->getCaseInfo($applicationUid, 0);
|
||||
$array = json_decode(json_encode($fields), true);
|
||||
|
||||
@@ -846,8 +846,6 @@ class Light
|
||||
public function getInfoResume($userUid, $Fields, $type)
|
||||
{
|
||||
/* Prepare page before to show */
|
||||
G::LoadClass( 'case' );
|
||||
|
||||
$objProc = new \Process();
|
||||
$aProc = $objProc->load( $Fields['PRO_UID'] );
|
||||
$Fields['PRO_TITLE'] = $aProc['PRO_TITLE'];
|
||||
|
||||
@@ -808,7 +808,6 @@ class Variable
|
||||
//This value is required to be able to query the database.
|
||||
$_SESSION["PROCESS"] = $proUid;
|
||||
//The pmdynaform class is instantiated
|
||||
\G::LoadClass("pmDynaform");
|
||||
$pmDynaform = new \pmDynaform(array("APP_DATA" => $params));
|
||||
|
||||
//Get control from dynaform.
|
||||
|
||||
Reference in New Issue
Block a user