diff --git a/front/wizard.php b/front/wizard.php index c212e02a8..06714fc9a 100644 --- a/front/wizard.php +++ b/front/wizard.php @@ -50,9 +50,7 @@ Html::header(__('Service catalog', 'formcreator')); } -if (PluginFormcreatorEntityconfig::getUsedConfig('is_dashboard_visible', Session::getActiveEntity()) == PluginFormcreatorEntityconfig::CONFIG_DASHBOARD_VISIBLE) { - PluginFormcreatorCommon::showMiniDashboard(); -} +PluginFormcreatorCommon::showMiniDashboard(); $form = PluginFormcreatorCommon::getForm(); $form->showServiceCatalog();