Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 1.04 KB

2022-05-31-only-a-maximum-of-25-folders-in-the-media-area.md

File metadata and controls

14 lines (14 loc) · 1.04 KB
title issue author author_email author_github
Serverside searching for properties
NEXT-20441
Niklas Limberg
n.limberg@shopware.com
NiklasLimberg

Administration

  • Changed the propertyCriteria computed in sw-cms/elements/product-listing/config/index.js include the search term in the criteria
  • Deprecated the displayedProperties computed in sw-cms/elements/product-listing/config/index.js instead use properties directly
  • Changed sw-cms-el-config-product-listing.html.twig to directly use properties instead of the displayedProperties
  • Changed sw-cms-el-config-product-listing.html.twig to use the default sw-empty-state
  • Removed .sw-cms-element-product-listing-config-filter__empty-state and .sw-cms-element-product-listing-config-filter__empty-state--label in sw-cms-el-config-product-listing.scss in favour of the default sw-empty-state
  • Deprecated the sw-cms-el-config-product-listing-config-filter-properties-grid component in favour of integrating it directly into the sw-cms-el-config-product-listing component.