mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#11321 fixed header in metaconsole when update item
This commit is contained in:
parent
057a603f0c
commit
e56f15bacf
@ -3684,7 +3684,7 @@ if ($idReport != 0) {
|
|||||||
|
|
||||||
$tab_builder = ($activeTab === 'item_editor') ? 'reporting_item_editor_tab' : '';
|
$tab_builder = ($activeTab === 'item_editor') ? 'reporting_item_editor_tab' : '';
|
||||||
|
|
||||||
if ($action !== 'update') {
|
if (is_metaconsole() === true || $action !== 'update') {
|
||||||
// Header.
|
// Header.
|
||||||
ui_print_standard_header(
|
ui_print_standard_header(
|
||||||
$textReportName,
|
$textReportName,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user