Skip to content

Commit 8b94022

Browse files
AdrienClairembaultbtry
authored andcommitted
Do not compute take into account time when adding the validation approval followup
1 parent 2cecff7 commit 8b94022

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

inc/targetticket.class.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,9 +1281,10 @@ public function save(PluginFormcreatorFormAnswer $formanswer) {
12811281
PluginFormcreatorCommon::setNotification(false);
12821282

12831283
$followUpInput = [
1284-
'date' => $_SESSION['glpi_currenttime'],
1285-
'users_id' => Session::getLoginUserID(),
1286-
'content' => $message,
1284+
'date' => $_SESSION['glpi_currenttime'],
1285+
'users_id' => Session::getLoginUserID(),
1286+
'content' => $message,
1287+
'_do_not_compute_takeintoaccount' => true
12871288
];
12881289
if (class_exists(ITILFollowup::class)) {
12891290
// GLPI 9.4+

0 commit comments

Comments
 (0)