mdesplenter

Results 5 comments of mdesplenter

This new functionality was breaking my Magento 2.4.5-p7 shop. I set the version to 2.10.19.3 for now. It's a related commit https://github.com/Smile-SA/elasticsuite/commit/7d543389afe78d8877c51823ad6d743478d0c200 which is removing the new sort_order attribute, which...

I was hitting this problem last week. For now I removed the plugin in my modules etc/adminhtml/di.xml with this code: Also informed by client he should use the Datepicker when...

I fixed it with changing the following rule: return getComputedStyle(el).getPropertyValue("font-size") + " " + getComputedStyle(el).getPropertyValue("font-family");

> [@romainruaud](https://github.com/romainruaud) after upgrading to 2.11.9.1 the categories load now but the manual sort option is not available see images below: > > 2.11.9.1 ![es-new-version](https://github.com/user-attachments/assets/fba0209c-cd83-4611-97e1-1580793b3f54) > > 2.11.4.2 ![es-old-version](https://github.com/user-attachments/assets/7f0b8f11-5167-449e-a76c-7d7fc0679fdb) >...

Related: https://github.com/magento/magento2/issues/30586 Seems it was an issue to add fields to the category form in older versions of Magento, and devs did just overwrite that function without caring about other...