Decouple multiple element type selection from RelatedToConditionRule #11066
|
The "Related To" condition rule allows the user to choose from any element type via Could a For example in Craft Commerce the "Matching Items" for a discount could be moved to use the condition builder allowing things other than categories to be selected, or in a plugin which collects "comments" for any Element, comments could be filtered on the element index based on element. This would also be relevant to craftcms/commerce#2796 I'm happy to make a PR. |
Replies: 2 comments
|
This would be a breaking change at this point, as it would involve renaming |
|
We ended up adding support for multiple element selections in Craft 5.6 (6bf0270). |
We ended up adding support for multiple element selections in Craft 5.6 (6bf0270).