Skip to content

Commit

Permalink
Add UpdatedAtListProvider to NotSyncedDataProvider for invoice grid
Browse files Browse the repository at this point in the history
Invoice grid isn't updated when state is changed.
  • Loading branch information
Jeroen committed Jun 25, 2018
1 parent 4b49996 commit e7f2462
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/Magento/Sales/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
<arguments>
<argument name="providers" xsi:type="array">
<item name="default" xsi:type="string">Magento\Sales\Model\ResourceModel\Provider\UpdatedIdListProvider</item>
<item name="updated_at" xsi:type="string">Magento\Sales\Model\ResourceModel\Provider\UpdatedAtListProvider</item>
</argument>
</arguments>
</type>
Expand Down

0 comments on commit e7f2462

Please sign in to comment.