mdesplenter
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  > > 2.11.4.2  >...
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...