Skip to content

Commit

Permalink
fix(glpiobjectfield): show ID of items
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Oct 13, 2020
1 parent 11e3e93 commit b8b8479
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inc/field/dropdownfield.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ public function buildParams($rand = null) {

$emptyItem = new $itemtype();
$emptyItem->getEmpty();
$dparams['displaywith'] = [];
if (isset($emptyItem->fields['serial'])) {
$dparams['displaywith'][] = 'serial';
}
Expand Down

0 comments on commit b8b8479

Please sign in to comment.