Skip to content

Commit

Permalink
fix(targetticket,targetchange): dynamic entity computation may fail
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <[email protected]>
  • Loading branch information
btry committed Jun 26, 2020
1 parent a035e29 commit 85b1e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/targetbase.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,10 @@ protected function setTargetEntity($data, PluginFormcreatorFormAnswer $formanswe
]
],
'WHERE' => [
"$profileUserTable.users_id" => $requesters_id
"$profileUserTable.users_id" => $requesters_id,
'is_dynamic' => '1',
],
'ORDER' => [
"$profileUserTable.is_dynamic DSC",
$order_entities
]
]);
Expand Down

0 comments on commit 85b1e76

Please sign in to comment.