Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 914 Bytes

2022-04-27-fix-default-saleschannels-on-product-creation.md

File metadata and controls

14 lines (14 loc) · 914 Bytes
title issue author author_email author_github
Duplicated SalesChannel entries when creating new products
NEXT-21312
Simon Vorgers
s.vorgers@shopware.com
SimonVorgers

Administration

  • Added method getDefaultSalesChannels in src/module/sw-product/page/sw-product-detail/index.js
  • Added method fetchSalesChannelByIds in src/module/sw-product/page/sw-product-detail/index.js
  • Added method createProductVisibilityEntity in src/module/sw-product/page/sw-product-detail/index.js
  • Deprecated method fetchSalesChannelSystemConfig in src/module/sw-product/component/sw-product-category-form/index.js, will be removed
  • Deprecated method fetchSalesChannelByIds in src/module/sw-product/component/sw-product-category-form/index.js, will be removed
  • Deprecated method createProductVisibilityEntity in src/module/sw-product/component/sw-product-category-form/index.js, will be removed