Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 611 Bytes

2023-10-17-fix-creating-rule-for-customer-custom-fields.md

File metadata and controls

12 lines (11 loc) · 611 Bytes
title issue
Fix creating Rule for customer custom fields
NEXT-30650

Core

  • Changed method validateCondition in src/Core/Content/Rule/RuleValidator.php to get correct mixing properties in creating rules for customer custom fields and order custom fields.
  • Changed property renderedFieldValue to allow multi select in custom fields in these files:
    • src/Core/Checkout/Cart/Rule/LineItemCustomFieldRule.php
    • src/Core/Checkout/Customer/Rule/CustomerCustomFieldRule.php
    • src/Core/Content/Flow/Rule/OrderCustomFieldRule.php
    • src/Core/Framework/Rule/CustomFieldRule.php