HOR-3769
This commit is contained in:
@@ -1689,7 +1689,7 @@ class Light extends Api
|
|||||||
* Get Case Variables
|
* Get Case Variables
|
||||||
*
|
*
|
||||||
* @access protected
|
* @access protected
|
||||||
* @class AccessControl {@className \ProcessMaker\Services\ApiCases}
|
* @class AccessControl {@className \ProcessMaker\Services\Api\Cases}
|
||||||
* @url GET /:app_uid/variables
|
* @url GET /:app_uid/variables
|
||||||
*
|
*
|
||||||
* @param string $app_uid {@min 1}{@max 32}
|
* @param string $app_uid {@min 1}{@max 32}
|
||||||
@@ -1852,7 +1852,7 @@ class Light extends Api
|
|||||||
$response = array();
|
$response = array();
|
||||||
|
|
||||||
//conditionalSteps
|
//conditionalSteps
|
||||||
$oCase = new Cases();
|
$oCase = new ClassesCases();
|
||||||
$oAppDelegate = new AppDelegation();
|
$oAppDelegate = new AppDelegation();
|
||||||
$alreadyRouted = $oAppDelegate->alreadyRouted($app_uid, $app_index);
|
$alreadyRouted = $oAppDelegate->alreadyRouted($app_uid, $app_index);
|
||||||
if ($alreadyRouted) {
|
if ($alreadyRouted) {
|
||||||
|
|||||||
Reference in New Issue
Block a user