Skip to content

Commit

Permalink
Add index (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-net authored Dec 7, 2022
1 parent 07d69e1 commit 6fab997
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
</settings>
<dataSource component="Magento_Ui/js/grid/provider" name="emico_attributelanding_overviewpage_listing_data_source">
<settings>
<storageConfig>
<param name="indexField" xsi:type="string">page_id</param>
</storageConfig>
<updateUrl path="mui/index/render"/>
</settings>
<aclResource>Emico_AttributeLanding::overviewpage_management</aclResource>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
</settings>
<dataSource component="Magento_Ui/js/grid/provider" name="emico_attributelanding_page_listing_data_source">
<settings>
<storageConfig>
<param name="indexField" xsi:type="string">page_id</param>
</storageConfig>
<updateUrl path="mui/index/render"/>
</settings>
<aclResource>Emico_AttributeLanding::page_management</aclResource>
Expand Down

0 comments on commit 6fab997

Please sign in to comment.