Skip to content

Commit 2d5ad80

Browse files
committed
fix(glpiselectfield): ambiguous column with tickets
1 parent 3efc9cd commit 2d5ad80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/field/dropdownfield.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public function buildParams($rand = null) {
258258
'groups_id' => $_SESSION['glpigroups'],
259259
],
260260
]);
261-
$tickets_filter[] = ['id' => $requestersObserversGroupsQuery];
261+
$tickets_filter[] = [Ticket::getTableField('id') => $requestersObserversGroupsQuery];
262262
}
263263
$dparams_cond_crit['OR'] = $tickets_filter;
264264
break;

0 commit comments

Comments
 (0)