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

Fix #469: Use extra_filter_expression as name for filter expressions. #470

Merged
merged 1 commit into from
Feb 2, 2017

Conversation

Osmose
Copy link
Contributor

@Osmose Osmose commented Feb 2, 2017

Updates the frontend to match the field name for the backend.

I ran into this error yesterday and wrote a fix, but this morning I tried replicating the issue on master and couldn't anymore, and assumed I had some stale JS builds or something. But then #469 happened, so I'm not sure anymore.

I think it's important that we reliably replicate this locally before testing and merging this fix.

…ssions.

Updates the frontend to match the field name for the backend.
@mythmon mythmon requested review from mythmon and removed request for andymikulski February 2, 2017 20:36
@mythmon
Copy link
Contributor

mythmon commented Feb 2, 2017

I'm stealing this review to keep things moving today.

@mythmon mythmon assigned mythmon and unassigned andymikulski Feb 2, 2017
Copy link
Contributor

@mythmon mythmon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was able to reproduce the problem I saw on prod locally on master. With this patch the problem goes away. (all while running webpack --watch).

I grepped for [^_]filter_expression, and all of the instances I saw were related to execution of recipes, where it is correct to read the compiled expression.

@mythmon mythmon merged commit 64c6687 into mozilla:master Feb 2, 2017
@Osmose Osmose deleted the extra-filter-expression branch March 23, 2017 17:44
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.

3 participants