Skip to content

Commit

Permalink
Resolve Duplicate Records when sorting column in Content->Themes Grid…
Browse files Browse the repository at this point in the history
… issue25925
  • Loading branch information
edenduong committed Dec 6, 2019
1 parent 57a2aad commit fa2ed53
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<dataSource name="design_theme_listing_data_source" component="Magento_Ui/js/grid/provider">
<settings>
<updateUrl path="mui/index/render"/>
<storageConfig>
<param name="indexField" xsi:type="string">theme_id</param>
</storageConfig>
</settings>
<aclResource>Magento_Theme::theme</aclResource>
<dataProvider class="Magento\Framework\View\Element\UiComponent\DataProvider\DataProvider" name="design_theme_listing_data_source">
Expand Down

0 comments on commit fa2ed53

Please sign in to comment.