We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5dfae0 commit bdac689Copy full SHA for bdac689
front/formanswer.form.php
@@ -71,7 +71,11 @@
71
72
// Show target ticket form
73
} else {
74
- if (plugin_formcreator_replaceHelpdesk()) {
+ $formanswer->getFromDB(intval((int) $_GET['id']));
75
+ if (!$formanswer->checkEntity()) {
76
+ Html::displayRightError();
77
+ }
78
+ if (plugin_formcreator_replaceHelpdesk()) {
79
PluginFormcreatorWizard::header(__('Service catalog', 'formcreator'));
80
81
if ($_SESSION['glpiactiveprofile']['interface'] == 'helpdesk') {
0 commit comments