Skip to content

Commit bceb4a3

Browse files
author
Jeroen
authored
Add UpdatedAtListProvider to NotSyncedDataProvider for invoice grid
Invoice grid isn't updated when state is changed.
1 parent 67b5fe7 commit bceb4a3

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Sales/etc

1 file changed

+1
-0
lines changed

app/code/Magento/Sales/etc/di.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
<arguments>
121121
<argument name="providers" xsi:type="array">
122122
<item name="default" xsi:type="string">Magento\Sales\Model\ResourceModel\Provider\UpdatedIdListProvider</item>
123+
<item name="updated_at" xsi:type="string">Magento\Sales\Model\ResourceModel\Provider\UpdatedAtListProvider</item>
123124
</argument>
124125
</arguments>
125126
</type>

0 commit comments

Comments
 (0)