Cristian Sedaboni
Cristian Sedaboni
I've created a custom controller with a custom layer following this guide: https://webkul.com/blog/how-to-create-layered-navigation-on-custom-page-in-magento-2/ I've added to my frontend/di.xml some modifications following elasticsuite-catalog module: ``` categoryFilterList Magento\CatalogSearch\Model\Layer\Category\Context Magento\CatalogSearch\Model\ResourceModel\Fulltext\CollectionFactory ``` The page...
In magento 2.3.3 if italian is set for admin you can't edit role permissions, a js error is returned: JSON.parse: unterminated string at line 1 column 1920 of the JSON...
I've added some decorators to my ServerBuilder: ``` sb.decorator(LoggingService.newDecorator()); // Add request/response preview data to logs sb.decorator(ContentPreviewingService.newDecorator(Integer.MAX_VALUE)); // Add trace ID to every request/response sb.decorator(TraceIdDecorator::new); return sb.build(); ``` With these...
### Description With ubuntu 25.10 the intire ui freeze, show black parts, doens't recognize (or show) hover, etc. ### DBeaver Version CE 25.2.4 ### Operating System _No response_ ### Database...