We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993576d commit 0bb64c5Copy full SHA for 0bb64c5
setup.php
@@ -153,6 +153,11 @@ function plugin_init_formcreator() {
153
}
154
155
156
+ if (strpos($_SERVER['REQUEST_URI'], "front/ticket.form.php") !== false) {
157
+ if (plugin_formcreator_replaceHelpdesk()) {
158
+ Html::redirect($CFG_GLPI["root_doc"] . '/plugins/formcreator/front/issue.form.php?id=' . $_GET['id'] . '&sub_itemtype=Ticket');
159
+ }
160
161
162
// Massive Action definition
163
$PLUGIN_HOOKS['use_massive_action']['formcreator'] = 1;
0 commit comments