Skip to content

Commit fa2ed53

Browse files
committed
Resolve Duplicate Records when sorting column in Content->Themes Grid issue25925
1 parent 57a2aad commit fa2ed53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Theme/view/adminhtml/ui_component/design_theme_listing.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
<dataSource name="design_theme_listing_data_source" component="Magento_Ui/js/grid/provider">
2121
<settings>
2222
<updateUrl path="mui/index/render"/>
23+
<storageConfig>
24+
<param name="indexField" xsi:type="string">theme_id</param>
25+
</storageConfig>
2326
</settings>
2427
<aclResource>Magento_Theme::theme</aclResource>
2528
<dataProvider class="Magento\Framework\View\Element\UiComponent\DataProvider\DataProvider" name="design_theme_listing_data_source">

0 commit comments

Comments
 (0)