Merged in gproly/processmaker/HOR-114 (pull request #4418)

HOR-114
This commit is contained in:
Julio Cesar Laura Avendaño
2016-06-15 17:05:15 -04:00

View File

@@ -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'),