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 2b4d9da commit 3b860b9Copy full SHA for 3b860b9
front/itilfollowup.form.php
@@ -68,8 +68,12 @@
68
$redirect = $track->getFormURLWithID($fup->getField('items_id'));
69
$handled = true;
70
} elseif (
71
- isset($_POST['add_close'])
72
- || isset($_POST['add_reopen'])
+ (
+ isset($_POST['add_close'])
73
+ || isset($_POST['add_reopen'])
74
+ )
75
+ && !isset($_POST['update'])
76
+ && empty($_POST['id'])
77
) {
78
if ($track->getFromDB($_POST['items_id']) && (method_exists($track, 'canApprove') && $track->canApprove())) {
79
$fup->add($_POST);
0 commit comments