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

Error when searching by defined variable in phonebook after a value search #753

Closed
spalladino opened this issue Oct 13, 2016 · 1 comment
Assignees
Milestone

Comments

@spalladino
Copy link
Contributor

spalladino commented Oct 13, 2016

  1. Navigate to a project's phonebook
  2. Create a new filter by a variable being equal to a certain value (ex foo is equal to value 42)
  3. Hit search
  4. Change that filter (do not remove it and create a new one) to the variable being defined (ex foo is defined)
  5. Hit search

The server returns a 500 error.

Found 2.7.1

@spalladino spalladino added the bug label Oct 13, 2016
@spalladino spalladino self-assigned this Oct 13, 2016
spalladino added a commit that referenced this issue Oct 13, 2016
Filters are supported in both phonebook and scheduled calls. All implicit vars are added to the variables list. See #713.

Ensure that the "value" being compared to is only sent to the server if the operator is not unary. Fixes #753.

Handle comparing two variables (either project or implicit) by equality. Fixes #754.
spalladino added a commit that referenced this issue Oct 17, 2016
Filters are supported in both phonebook and scheduled calls. All implicit vars are added to the variables list. See #713.

Ensure that the "value" being compared to is only sent to the server if the operator is not unary. Fixes #753.

Handle comparing two variables (either project or implicit) by equality. Fixes #754.
@spalladino spalladino modified the milestone: Release 2.8 Oct 19, 2016
@mmuller
Copy link

mmuller commented Oct 20, 2016

Working as expected in version 2.7-55-gb2a19c3

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

2 participants