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 495c8dc commit 266d9d3Copy full SHA for 266d9d3
setup.php
@@ -173,7 +173,9 @@ function plugin_init_formcreator() {
173
}
174
if (strpos($_SERVER['REQUEST_URI'], "front/ticket.form.php") !== false) {
175
if (plugin_formcreator_replaceHelpdesk()) {
176
- Html::redirect($CFG_GLPI["root_doc"] . '/plugins/formcreator/front/issue.form.php?id=' . $_GET['id'] . '&sub_itemtype=Ticket');
+ if (!isset($_POST['update'])) {
177
+ Html::redirect($CFG_GLPI["root_doc"] . '/plugins/formcreator/front/issue.form.php?id=' . $_GET['id'] . '&sub_itemtype=Ticket');
178
+ }
179
180
181
0 commit comments