indykoning
indykoning
This will be included in the next release 🚀
Related: https://github.com/magento/magento2/issues/40138#issuecomment-3220679187
Exactly as you say, it is an issue that's similar in nature (multibyte string issues). But quite different in location and fix.
> Hello @indykoning, > > Thank you for the contribution! > > The fix is technically correct and solves the reported issue, but lacks proper test coverage which is a...
I've added a test based on https://github.com/magento/magento2/blob/913bf1a646580230130bf49de9bf069bd8d7aaf0/dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Product/CollectionTest.php#L302 to see if the expected join query appears if a value of 0 is passed as customer id
@magento run Integration Tests
@magento run all tests
@magento run all tests
@magento run Functional Tests B2B, Functional Tests CE, Functional Tests EE, Static Tests, Unit Tests, WebAPI Tests
I have the same issue, it seems to also happen to the ODPS extension for me which oddly enough is in the Jellyfin plugin repo itself. Feels like it may...