Skip to content

Commit 154a353

Browse files
committed
fix(glpiselectfield): bad WHERE criteria with entities
1 parent 76a42bb commit 154a353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inc/field/dropdownfield.class.php

+1
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ public function buildParams($rand = null) {
249249
case Entity::class:
250250
case Document::class:
251251
unset($dparams['entity']);
252+
break;
252253

253254
case User::class:
254255
$dparams['right'] = 'all';

0 commit comments

Comments
 (0)