Skip to content

Commit b6df8e7

Browse files
Vasilii Burlacujignesh-baldha
authored andcommitted
UI Component category_form - set default sort order for General fieldset
Without the default sort order this fieldset goes to the very bottom after custom fieldset is added to the form
1 parent 05f9df7 commit b6df8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/adminhtml/ui_component/category_form.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</settings>
4343
</dataProvider>
4444
</dataSource>
45-
<fieldset name="general">
45+
<fieldset name="general" sortOrder="5">
4646
<settings>
4747
<collapsible>false</collapsible>
4848
<label/>

0 commit comments

Comments
 (0)