Skip to content

Commit

Permalink
fix(dropdownfield,glpiselectfield): entity recursivity regression
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <[email protected]>
  • Loading branch information
btry committed May 4, 2021
1 parent b96641b commit a7e08a6
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 @@ -205,7 +205,7 @@ public function buildParams($rand = null) {
'display' => false,
'comments' => false,
'entity' => $form->fields['entities_id'],
//'entity_sons' => (bool) $form->isRecursive(),
'entity_sons' => (bool) $form->isRecursive(),
'displaywith' => ['id'],
];

Expand Down

0 comments on commit a7e08a6

Please sign in to comment.