fgerodez

Results 7 comments of fgerodez

I also encountered the same issue. It seems that at some point in Mpdf.php the variable $this->y is assigned '' and it breaks the rendering edit: using version 8.0.2

Encountered this as well in 1.13.1 Applied the patch and it solved the issue, thanks

Hi, I made a PR to add the method to the elm api : https://github.com/joakin/elm-canvas/pull/41/files If you can tell me what you think :)

@ananth-iyer The problem with changing the plugin target to `Magento\Sales\Model\ResourceModel\Order\Grid\Collection` is that both the CreditMemo and Invoice grids only extend `Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult`. With your new target the plugin code for the...

Quite a few other grids depend on `Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult` and I think we could tweak the plugin to have it call `$proceed($field, $condition)` all the time. I have to do further...

Also if we do this the plugin could be refactored as a before plugin

Same technically dead code in `Magento\Sales\Model\ResourceModel\Order\Grid\Collection` that could potentially be removed: ![image](https://user-images.githubusercontent.com/876544/227960863-28d38d65-74e4-492a-9bcb-5e4784c7d601.png)