Skip to content

Commit

Permalink
fix(wizard): don't show tabs for KB item in service catalog
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <[email protected]>
  • Loading branch information
btry committed Mar 18, 2021
1 parent 3ef2309 commit 514905d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/knowbaseitem.form.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
$options[$key] = $_GET[$key];
}
}
$_SESSION['glpilisturl']['KnowbaseItem'] = FORMCREATOR_ROOTDOC."/front/wizard.php";
$kb->display($options);
$_SESSION['glpilisturl']['KnowbaseItem'] = Plugin::getWebDir('formcreator') . "/front/wizard.php";
$kb->showFull($options);

PluginFormcreatorWizard::footer();
}

0 comments on commit 514905d

Please sign in to comment.