Skip to content

Commit

Permalink
fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Sep 4, 2024
1 parent e5efbc7 commit bf240e7
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions front/ticket.form.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
if (
$updates_ticket->update(
$_POST['ticket_details'] + [
'_actors' => PluginEscaladeTicket::getTicketFieldsWithActors($tickets_id, $group_id),
'_plugin_escalade_no_history' => true, // Prevent a duplicated task to be added
'actortype' => CommonITILActor::ASSIGN,
'groups_id' => $group_id,
'_form_object' => $_form_object,
'_actors' => PluginEscaladeTicket::getTicketFieldsWithActors($tickets_id, $group_id),
'_plugin_escalade_no_history' => true, // Prevent a duplicated task to be added
'actortype' => CommonITILActor::ASSIGN,
'groups_id' => $group_id,
'_form_object' => $_form_object,
]
)
) {
Expand All @@ -89,8 +89,6 @@
) . $_POST['comment']
]);
}


}
}

Expand Down

0 comments on commit bf240e7

Please sign in to comment.