Skip to content

Commit 5224d83

Browse files
ENGCOM-2792: [Forwardport] Fix for #15041 Adding a new fieldset to the admin category editor changes the position of the 'General' fieldset #17604
- Merge Pull Request #17604 from jignesh-baldha/magento2:2.3-develop-PR-port-17540 - Merged commits: 1. b6df8e7
2 parents 05f9df7 + b6df8e7 commit 5224d83

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)