Skip to content

Commit 53dc3ae

Browse files
committed
fix(dropdownfield,glpiselectfield): shiw item ID only on user preference
1 parent 4e65509 commit 53dc3ae

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
@@ -224,7 +224,7 @@ public function buildParams($rand = null) {
224224
'comments' => false,
225225
'entity' => $this->getEntityRestriction(),
226226
//'entity_sons' => (bool) $form->isRecursive(),
227-
'displaywith' => ['id'],
227+
'displaywith' => [],
228228
];
229229

230230
if ($rand !== null) {

0 commit comments

Comments
 (0)