Stanislav Ilnytskyi
Stanislav Ilnytskyi
### Description (*) This is shorter PR version of https://github.com/magento/magento2/pull/34226/files that only fixes main issue and does not include suggested performance improvements. When emulation is used or custom code saves...
### Description (*) Core static tests do not allow to modify ruleset.xml location via inheritance. We need to either override ruleset.xml and track for updates or fully override test classes...
MAGETWO-99236 Fix for #22063 Category data is changed after saving category linkfor different stores
### Description (*) When there is a loop going through a few products and linking those products to categories. Some categories get data copied from another store. Load a category...
Hello, We noticed that for bigger menus the GraphQL response is too slow. After some investigation we found that this method https://github.com/SnowdogApps/magento2-menu/blob/develop/Model/GraphQl/Resolver/DataProvider/Node/TypeModel.php#L49 loads whole model via its repository, and later...