Closed paugnu closed 3 years ago
Thanks @paugnu! I'll test this out in just a bit and let you know.
Hey @markshust :) Not trying to push you :P, but just in case you forgot about this PR :)
Hi, I made the changes but still some issues persist:
You cant Apply filters If you select one item automatically selects all The pager doesn't work It gives only 1 record found And the search doesn't work correctly Btw i am using Magento 2.4.
Other than that great work.
Thank you
@paugnu I have no clue why this was never merged in, apologize for this. I'll merge and re-tag.
Hi @markshust,
The following PR fixes 2 issues I've found in Magento 2.4 (one of them mentioned in issue number #3 )
The addFieldToFilter function had some «incoherences» (looking for a 'products' field when it was actually 'order_items'). Maybe the solution I've implemented is not the best one, but now it works fine.
I'll let you test and confirm it's ok :)