We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95103fe commit 411ae35Copy full SHA for 411ae35
setup.php
@@ -426,6 +426,7 @@ function plugin_formcreator_redirect() {
426
// Interface and active entity are set in session
427
if (plugin_formcreator_replaceHelpdesk()) {
428
switch (PluginFormcreatorEntityConfig::getUsedConfig('service_catalog_home', $_SESSION['glpiactive_entity'])) {
429
+ default:
430
case PluginFormcreatorEntityConfig::CONFIG_SERVICE_CATALOG_HOME_SEARCH:
431
$homepage = '/front/wizard.php';
432
break;
0 commit comments