Skip to content

Commit

Permalink
fix(issue): redirect ticket to issue only in service catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed May 26, 2022
1 parent 7b22300 commit 6826ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ function plugin_formcreator_redirect() {
}

if (strpos($_SERVER['REQUEST_URI'], "front/ticket.form.php") !== false) {
if (!isset($_POST['update'])) {
if (!isset($_POST['update']) && plugin_formcreator_replaceHelpdesk() ) {
$decodedUrl = [];
$openItilFollowup = '';
if (isset($_GET['_openfollowup'])) {
Expand Down

0 comments on commit 6826ea8

Please sign in to comment.