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 2cecff7 commit 8b94022Copy full SHA for 8b94022
inc/targetticket.class.php
@@ -1281,9 +1281,10 @@ public function save(PluginFormcreatorFormAnswer $formanswer) {
1281
PluginFormcreatorCommon::setNotification(false);
1282
1283
$followUpInput = [
1284
- 'date' => $_SESSION['glpi_currenttime'],
1285
- 'users_id' => Session::getLoginUserID(),
1286
- 'content' => $message,
+ 'date' => $_SESSION['glpi_currenttime'],
+ 'users_id' => Session::getLoginUserID(),
+ 'content' => $message,
1287
+ '_do_not_compute_takeintoaccount' => true
1288
];
1289
if (class_exists(ITILFollowup::class)) {
1290
// GLPI 9.4+
0 commit comments