Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 524 Bytes

2021-05-26-order-that-contain-inactive-product-can-not-be-edited.md

File metadata and controls

8 lines (8 loc) · 524 Bytes
title issue
Order that contain inactive product can not be edited
NEXT-15025

Core

  • Added new constant KEEP_INACTIVE_PRODUCT at Shopware\Core\Content\Product\Cart\ProductCartProcessor
  • Changed function enrich to early return if product is inactive and context has permission KEEP_INACTIVE_PRODUCT at Shopware\Core\Content\Product\Cart\ProductCartProcessor
  • Added new permission KEEP_INACTIVE_PRODUCT for constant ADMIN_EDIT_ORDER_PERMISSIONS at Shopware\Core\Checkout\Cart\Order\OrderConverter