Skip to content

Commit

Permalink
Merge branch 'bugfix/2363_target_ticket_type_not_set' into support/2.…
Browse files Browse the repository at this point in the history
…12.0
  • Loading branch information
btry committed Aug 19, 2021
2 parents 1612a1c + 6d4c3af commit 38666d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/targetticket.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@ public function save(PluginFormcreatorFormAnswer $formanswer) {
$data['users_id_recipient'] = $formanswer->fields['requester_id'];
$data['users_id_lastupdater'] = Session::getLoginUserID();

$data = $this->setTargetType($data, $formanswer);
$data = $this->setTargetEntity($data, $formanswer, $requesters_id);
$data = $this->setTargetDueDate($data, $formanswer);
$data = $this->setSLA($data, $formanswer);
Expand Down

0 comments on commit 38666d2

Please sign in to comment.