hide report in welcomewindow if not enterprise customer
This commit is contained in:
parent
b9633933e1
commit
6677b6a5ab
|
@ -547,7 +547,10 @@ class WelcomeWindow extends Wizard
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
[
|
];
|
||||||
|
|
||||||
|
if (enterprise_installed()) {
|
||||||
|
$inputs[] = [
|
||||||
'wrapper' => 'div',
|
'wrapper' => 'div',
|
||||||
'block_id' => 'div_not_working',
|
'block_id' => 'div_not_working',
|
||||||
'class' => 'hole flex-row w100p',
|
'class' => 'hole flex-row w100p',
|
||||||
|
@ -573,8 +576,8 @@ class WelcomeWindow extends Wizard
|
||||||
|
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
|
||||||
];
|
];
|
||||||
|
}
|
||||||
|
|
||||||
$output = $this->printForm(
|
$output = $this->printForm(
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue