Skip to content

Commit a7e08a6

Browse files
committed
fix(dropdownfield,glpiselectfield): entity recursivity regression
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
1 parent b96641b commit a7e08a6

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
@@ -205,7 +205,7 @@ public function buildParams($rand = null) {
205205
'display' => false,
206206
'comments' => false,
207207
'entity' => $form->fields['entities_id'],
208-
//'entity_sons' => (bool) $form->isRecursive(),
208+
'entity_sons' => (bool) $form->isRecursive(),
209209
'displaywith' => ['id'],
210210
];
211211

0 commit comments

Comments
 (0)