Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiselect_contains spelOp change, data incompatible #1007

Open
hsk863hh opened this issue Nov 15, 2023 · 0 comments
Open

multiselect_contains spelOp change, data incompatible #1007

hsk863hh opened this issue Nov 15, 2023 · 0 comments

Comments

@hsk863hh
Copy link

The changes here fail to reverse display the old data. How can they be compatible with the data.
old: "CollectionUtils.containsAny(multicolor, {'yellow'})"
now: "T(CollectionUtils).containsAny(multicolor, {'yellow'})"

new: "T(CollectionUtils).containsAny(${0}, ${1})"
The changes here fail to reverse display the old data

Describe the bug
6.2.0 => 6.4.0 , multiselect_contains spelOp change.

old: "CollectionUtils.containsAny(${0}, ${1})"

To Reproduce
6.2.0: "CollectionUtils.containsAny(multicolor, {'yellow'})"
6.4.0: "T(CollectionUtils).containsAny(multicolor, {'yellow'})"
data incompatible

Expected behavior
What should I do to be compatible with old data

Screenshots

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant