Update designer.php, missing value

This commit is contained in:
Fernando Ontiveros
2025-04-01 14:15:01 +00:00
parent 039ade9083
commit 39507d15aa

View File

@@ -42,7 +42,7 @@ class Designer extends Controller
$clientToken = $this->getCredentials($httpData);
$debug = false; //System::isDebugMode();
$consolidated = 1;
$enterprise = 0;
$enterprise = 1;
$distribution = 1;
$usrUid = (isset($RBAC->userObj)) ? $RBAC->userObj->getUsrUid() : '';