Merged in julceslau/processmaker (pull request #1787)
Adding marks for batch routing error in community version
This commit is contained in:
@@ -55,10 +55,12 @@ class Designer extends Controller
|
|||||||
$clientToken["client_secret"] = $client['CLIENT_SECRET'];
|
$clientToken["client_secret"] = $client['CLIENT_SECRET'];
|
||||||
|
|
||||||
$consolidated = 0;
|
$consolidated = 0;
|
||||||
|
/*----------------------------------********---------------------------------*/
|
||||||
$licensedFeatures = & PMLicensedFeatures::getSingleton();
|
$licensedFeatures = & PMLicensedFeatures::getSingleton();
|
||||||
if ($licensedFeatures->verifyfeature('7TTeDBQeWRoZTZKYjh4eFpYUlRDUUEyVERPU3FxellWank=')) {
|
if ($licensedFeatures->verifyfeature('7TTeDBQeWRoZTZKYjh4eFpYUlRDUUEyVERPU3FxellWank=')) {
|
||||||
$consolidated = 1;
|
$consolidated = 1;
|
||||||
}
|
}
|
||||||
|
/*----------------------------------********---------------------------------*/
|
||||||
|
|
||||||
$this->setVar('prj_uid', $proUid);
|
$this->setVar('prj_uid', $proUid);
|
||||||
$this->setVar('app_uid', $appUid);
|
$this->setVar('app_uid', $appUid);
|
||||||
|
|||||||
Reference in New Issue
Block a user