vtenext/modules/Update/changes/1751_1752.php
2021-04-28 20:10:26 +02:00

7 lines
416 B
PHP

<?php
SDK::setUitype(86,'modules/SDK/src/86/86.php','modules/SDK/src/86/86.tpl','modules/SDK/src/86/86.js','whatsapp');
global $adb, $table_prefix;
$focus = CRMEntity::getInstance('Processes');
$focus->enableAll();
$adb->pquery("update {$table_prefix}_links set cond = ? where linklabel = ?", array('checkProcessesWidgetPermission:modules/Processes/widgets/CheckWidgetPermission.php','DetailViewProcessesAdvPerm'));