Skip to content

Commit b6bbc14

Browse files
ENGCOM-2758: Fix for #15041 Adding a new fieldset to the admin category editor changes the position of the 'General' fieldset #17540
- Merge Pull Request #17540 from vasilii-b/magento2:2.2-category-form-general-fieldset-wrong-sort-order - Merged commits: 1. 1e1647a
2 parents 840d5b2 + 1e1647a commit b6bbc14

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)