Merge branch '1428-La-extension-UX-solo-debe-mostrarse-si-hay-datos-de-tipo-UX-dev' into 'develop'

Fixed menu ux_console_tab

See merge request !887
This commit is contained in:
vgilc 2017-10-05 11:48:26 +02:00
commit 79d4d864e3
1 changed files with 7 additions and 3 deletions

View File

@ -1043,9 +1043,13 @@ if ($policyTab == -1)
$policyTab = "";
/* UX Console */
$ux_console_tab = enterprise_hook('ux_console_tab');
if ($ux_console_tab == -1)
$ux_console_tab = "";
enterprise_include_once('/include/functions_ux_console.php');
$active_ux = get_ux_transactions($id_agente);
if(!empty($active_ux)){
$ux_console_tab = enterprise_hook('ux_console_tab');
if ($ux_console_tab == -1)
$ux_console_tab = "";
}
/* WUX Console */
$modules_wux = enterprise_hook('get_wux_modules' , array($id_agente));