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

Filtering includes invalid "null" value to array #16

Open
aduth opened this issue Jun 8, 2015 · 1 comment
Open

Filtering includes invalid "null" value to array #16

aduth opened this issue Jun 8, 2015 · 1 comment
Assignees
Labels

Comments

@aduth
Copy link
Owner

aduth commented Jun 8, 2015

When adding filters, a null value is persisted to the MongoDB database, causing a 502 error to occur when iterating over the filters on a hook. We should prevent these types of filters from being saved, and resolve the client-side issue causing the invalid value to be sent in the first place.

@aduth aduth added the bug label Jun 8, 2015
@aduth aduth self-assigned this Jun 8, 2015
@aduth
Copy link
Owner Author

aduth commented Jun 8, 2015

This may only occur as a consequence of adding, then removing a filter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant