-
Notifications
You must be signed in to change notification settings - Fork 89
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
Extend operators and functions in expressionParser.js #687
Comments
7 tasks
Implemented by PR #688 |
Sometimes we need to use expressions to build JSON attribute values like this one:
Detail:
We should take this into account. Not fully sure if this part of this issue or is somehow related with this more general one about JSON value attributes at CB: #549 CC: @manucarrace |
Duplicated (somehow) of #1052. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expression plugin includes a basic set of operators and functions in expressionParser.js. However, it could be extended with the following ones:
The text was updated successfully, but these errors were encountered: