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

Fixed filterConstraints.notEquals #3389

Merged
merged 1 commit into from
Jul 18, 2017
Merged

Fixed filterConstraints.notEquals #3389

merged 1 commit into from
Jul 18, 2017

Conversation

alex-dev
Copy link
Contributor

@alex-dev alex-dev commented Jul 13, 2017

Neither a JS literal nor a variable use this context. This made notEquals unable to access equals. Simplest way to fix it was rewriting notEquals. Converting the literal to a true object would also fix the problem but require more redesign.

#3388

Neither a JS litteral nor a variable use this context. This mades notEquals unable to access equals. Simplest way to fix it was rewrite notEquals. Converting the litteral to a true object would also fix the problem but require more redisign.
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

Successfully merging this pull request may close these issues.

2 participants