Skip to content

Commit

Permalink
Remove user deletion when we add more than one user
Browse files Browse the repository at this point in the history
  • Loading branch information
Lainow committed Dec 18, 2024
1 parent 6f52b11 commit f9e8a9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inc/ticket.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@ public static function item_add_user(Ticket_User $item, $type = CommonITILActor:
$ticket->getFromDB($tickets_id);
$groups_id = [];

self::removeAssignUsers($ticket, $users_id, $type);

// == Add user groups on modification ==
//check this plugin config
Expand Down

0 comments on commit f9e8a9a

Please sign in to comment.