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 ada55a0 commit 63f3ceeCopy full SHA for 63f3cee
setup.php
@@ -155,7 +155,9 @@ function plugin_init_formcreator() {
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');
+ if (!isset($_POST['update'])) {
159
+ Html::redirect($CFG_GLPI["root_doc"] . '/plugins/formcreator/front/issue.form.php?id=' . $_GET['id'] . '&sub_itemtype=Ticket');
160
+ }
161
162
163
0 commit comments