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

isDefined does not support != true and !isDefined #239

Open
mellistibco opened this issue Mar 26, 2018 · 0 comments
Open

isDefined does not support != true and !isDefined #239

mellistibco opened this issue Mar 26, 2018 · 0 comments

Comments

@mellistibco
Copy link
Collaborator

I'm submitting a ... (check one with "x")

[x] bug report => search github for a similar issue or PR before submitting
[] feature request
[] support request
[] general question

Current behavior (how does the issue manifest):
When defining a link I cannot negate a boolean value or check against a value. For example:

isDefined($activity[rest_2].result.photoUrlz) != true
!isDefined($activity[rest_2].result.photoUrlz)

Expected behavior:
I should be able to compare to a bool or negate the value.

Minimal steps to reproduce the problem (not required if feature enhancement):
Define a linker:

          {
            "from": "rest_2",
            "to": "log_3",
            "type": "expression",
            "value": "isDefined($activity[rest_2].result.photoUrlz) != true"
          }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants