Skip to content

Commit

Permalink
fix(dropdownfield): ambiguous column in SQL query
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Mar 5, 2024
1 parent e72e260 commit 3c06305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/field/dropdownfield.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public function buildParams($rand = null) {
],
]);
$tickets_filter[] = [
'id' => $requestersObserversQuery,
Ticket::getTableField('id') => $requestersObserversQuery,
];
}

Expand Down

0 comments on commit 3c06305

Please sign in to comment.