Skip to content

Commit af4096b

Browse files
committed
fix(dropdownfield): tree depth not restored in design dialog
1 parent 5b80265 commit af4096b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/field/dropdownfield.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114

115115
{{ fields.numberField(
116116
'show_tree_depth',
117-
item.fields['_show_tree_depth'],
117+
item.fields['_tree_max_depth'],
118118
__('Limit subtree depth', 'formcreator'), {
119119
label_class: 'col-xxl-4',
120120
input_class: 'col-xxl-8',

0 commit comments

Comments
 (0)