Release 3.1.15
- Latest OroCommerce versions compatibility
- Check all categories from API responses when the first one do not exist
- Slow product edit and view pages in Management Console due large amount of attributes
Warning: It will hide all attributes from both pages. EnableShow on Grid
andShow on View
options manually or using migrations
$queries->addPostQuery(
new UpdateEntityConfigFieldValueQuery(Product::class, 'attribute_name', 'view', 'is_displayable', true)
);
$queries->addPostQuery(
new UpdateEntityConfigFieldValueQuery(Product::class, 'attribute_name', 'form', 'is_enabled', true)
);
- Slow product attributes grid in Management Console due large amount of attributes