-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Description
Preconditions
- Magento version 2.1.2
- Installed default sample data
Steps to reproduce
- Add new catalog price rule
- General information doesn't seem to matter
- Add contains-condition with multiple options
- Example: Climate contains Spring, Warm
- Save the rule
Expected result
- POST should contain both values for example:
rule[conditions][1--1][type]:Magento\CatalogRule\Model\Rule\Condition\Product rule[conditions][1--1][attribute]:climate rule[conditions][1--1][operator]:{} rule[conditions][1--1][value][]:208 rule[conditions][1--1][value][]:209
- Rule should be saved and condition should state: Climate contains Spring, Warm