HOR-114
This commit is contained in:
@@ -82,7 +82,11 @@ if ($RBAC->userCanAccess('PM_SETUP') === 1) {
|
||||
);
|
||||
}
|
||||
if (!$partnerFlag) {
|
||||
if ($RBAC->userCanAccess('PM_SETUP_HEART_BEAT') === 1) {
|
||||
/**
|
||||
* Remove heartbeat config from core, it will probably be used again
|
||||
* when the functionality will be redesigned.
|
||||
*/
|
||||
if ($RBAC->userCanAccess('PM_SETUP_HEART_BEAT') === 1 && false) {
|
||||
$G_TMP_MENU->AddIdRawOption(
|
||||
'HEARTBEAT', 'processHeartBeatConfig',
|
||||
G::LoadTranslation('ID_HEARTBEAT_CONFIG'),
|
||||
|
||||
Reference in New Issue
Block a user