Merge branch 'ent-11321-si-actualizas-un-item-de-informe-ejemplo-histogram-graph-se-pierde-barra-superior' into 'develop'
Ent 11321 si actualizas un item de informe ejemplo histogram graph se pierde barra superior See merge request artica/pandorafms!5940
This commit is contained in:
commit
5ac364664a
|
@ -3684,7 +3684,7 @@ if ($idReport != 0) {
|
|||
|
||||
$tab_builder = ($activeTab === 'item_editor') ? 'reporting_item_editor_tab' : '';
|
||||
|
||||
if ($action !== 'update') {
|
||||
if (is_metaconsole() === true || $action !== 'update') {
|
||||
// Header.
|
||||
ui_print_standard_header(
|
||||
$textReportName,
|
||||
|
|
Loading…
Reference in New Issue