Skip to content

Commit

Permalink
Fix(Core): prevent anonymous user to be deleted during escalation
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz authored Sep 9, 2024
1 parent 48995bc commit 558de1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Fix task not added when escalating with history
- Fix escalating with history
- Fix ```status``` after escalation
- Prevent anonymous user to be deleted during escalation

## [2.9.8] - 2024-07-15

Expand Down
1 change: 1 addition & 0 deletions inc/ticket.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,7 @@ public static function getTicketFieldsWithActors($tickets_id, $group_id)
$actors_input[] = [
'itemtype' => $itemtype,
'items_id' => $val[strtolower($itemtype . 's_id')],
'alternative_email' => $val['alternative_email'] ?? '',
];
}
$actortype = $actor_types[$type] ?? '';
Expand Down

0 comments on commit 558de1c

Please sign in to comment.