Skip to content

Commit

Permalink
Merge branch 'bugfix/2232_dropdown_recursifity' into support/2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed May 18, 2021
2 parents 33f0d46 + a7e08a6 commit ff17072
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 ff17072

Please sign in to comment.