Jeroen

Results 6 comments of Jeroen

It's fixed with this commit: https://github.com/magento/magento2/commit/2f8b94d171dbb8c0847ffe7e6b3b013431c233c3 but the issue remains that on every creditmemo save new `creditmemo_created` entries are added. Should we change this event (https://github.com/magento/inventory/blob/1.2-develop/InventorySales/etc/events.xml#L15) to `sales_order_creditmemo_refund`?

We're on 2.2.2, should be fixed in 2.2.3 so maybe there is no issue after we upgraded the webshop.

We consistently see this error, which makes me believe it might be a php configuration somewhere? We run the following: - Ubuntu 16.04.1 LTS - PHP 7.0.28-1 - max_execution_time =>...

Just checked my `cron_schedule` and saw a whopping 170k records. After flushing them there are ~13k records. The warning message disappeared but not my browser window is crashing trying to...

I am using the composer packages but the patch was taken from Magento which has a different structure. I ended up creating my own patch file for this commit. Thanks...

If path can be updated dynamically to match the composer package that would be awesome!