realtimedespatch / magento2-orderflow

Magento 2 OrderFlow Integration Extension
2 stars 3 forks source link

Some admin UI grids show all the same row unless filtered #5

Open stevehollistxn opened 4 months ago

stevehollistxn commented 4 months ago

Some admin grids are lacking the storageConfig setting which means they all show the same row unless filtered.

Requires adding of an item node like the following:

<item name="storageConfig" xsi:type="array">
    <item name="indexField" xsi:type="string">request_id</item>
</item>
stevehollistxn commented 4 months ago

If you're able to give me access I'll do a pull request for this issue and others which I can add shortly