Skip to content

Commit 91d188d

Browse files
author
Stanislav Idolov
authored
ENGCOM-2792: [Forwardport] Fix for #15041 Adding a new fieldset to the admin category editor changes the position of the 'General' fieldset #17604
2 parents aff0142 + 5224d83 commit 91d188d

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)