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

Dashboard Requests: multiple codes are not overwritten in the filter #6

Open
tanzm opened this issue Aug 19, 2016 · 0 comments
Open
Labels

Comments

@tanzm
Copy link
Contributor

tanzm commented Aug 19, 2016

Example of Issue: Multiple codes

For the 1st request, the filter contains the purpose codes "1", "2", "3" and "4" and this is reflected correctly as:
filter.parameters.row.purposecode.codes.codes = ["1", "2", "3", "4"]

For the 2nd request, the filter now contains only 1 purpose code, let's say "1" and this is reflected incorrectly as:
filter.parameters.row.purposecode.codes.codes = ["1", "2", "3", "4"]

Example of when No Issue arises: Single Code

For the 1st request, the filter contains 1 purpose code, let's say "1" and this is reflected correctly as:
filter.parameters.row.purposecode.codes.codes = ["1"]

For the 2nd request, the filter now contains a different purpose code, let's say "2" and this is reflected correctly as:
filter.parameters.row.purposecode.codes.codes = ["2"]

@tanzm tanzm added the bug label Aug 19, 2016
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