Open
Description
This issue is automatically created based on existing pull request: #39332: Allow custom catalog rule conditions
Description (*)
Due to the check based on object attribute there is no way to use custom implementations for catalog rule validation
$condition->getType() === SimpleCondition::class
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
- Create custom catalog rule with custom object
- Use custom validation logic
Expected Result:
- Magento should create and allow custom classes in catalog rules
Current Result: - Magento creates only SimpleCondition object so custom implementation is not possible
Questions or comments
In SalesRule module there is a way to use custom classes and objects but not in catalog rules module.
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- README.md files for modified modules are updated and included in the pull request if any README.md predefined sections require an update
- All automated tests passed successfully (all builds are green)
Metadata
Metadata
Assignees
Labels
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmedA defect with this priority could have functionality issues which are not to expectations.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branchIssue related to Developer Experience and needs help with Triage to Confirm or Reject it