Skip to content

Release 3.1.15

Compare
Choose a tag to compare
@dxops dxops released this 08 Jun 13:34
· 43 commits to 3.1 since this release
544a517
  • 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. Enable Show on Grid and Show 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