Skip to content

Commit

Permalink
fix(glpiselectfield): ambiguous column with tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Apr 16, 2024
1 parent 3efc9cd commit 2d5ad80
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 @@ -258,7 +258,7 @@ public function buildParams($rand = null) {
'groups_id' => $_SESSION['glpigroups'],
],
]);
$tickets_filter[] = ['id' => $requestersObserversGroupsQuery];
$tickets_filter[] = [Ticket::getTableField('id') => $requestersObserversGroupsQuery];
}
$dparams_cond_crit['OR'] = $tickets_filter;
break;
Expand Down

0 comments on commit 2d5ad80

Please sign in to comment.