Skip to content

Commit 3c06305

Browse files
committed
fix(dropdownfield): ambiguous column in SQL query
1 parent e72e260 commit 3c06305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/field/dropdownfield.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public function buildParams($rand = null) {
245245
],
246246
]);
247247
$tickets_filter[] = [
248-
'id' => $requestersObserversQuery,
248+
Ticket::getTableField('id') => $requestersObserversQuery,
249249
];
250250
}
251251

0 commit comments

Comments
 (0)