You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
You can filter on Stadsdelen or simply choose the option "Niet bepaald". The result shows signals/tickets which do have a Stadsdeel. This filter does not work correctly. I expect a list with signals/tickets which do not have a Stadsdeel.
To Reproduce
Steps to reproduce the behavior:
Go to Filteren
Click on Stadsdeel > Niet bepaald
Click on "Filteren"
See list with tickets/signals which have a Stadsdeel instead of an empty one.
Expected behavior
I expect to create a list with tickets/signals that do not have a Stadsdeel and are somewhat 'lost'.
Screenshots
Filter:
Result (is from acceptatieomgeving, production showed only 1 result):
Desktop (please complete the following information):
OS: Microsoft
Browser: Chrome
The text was updated successfully, but these errors were encountered:
I saw this still does not work correctly, there are a few issues. One is that the backend does not accept area_type_code=null to filter on, for which I have a PR open: Amsterdam/signals#932
The other issue is that the frontend erroneously filters on area_type_code=district for Signal instances that have no area determined. If "Signalen" was not able to determine in which area a Signal (nuisance complaint) lies it will not set either of the area_code and area_type_code properties for that Signal's location. The aforementioned filtering will not work because area_type_code will have value null (and not district) in the database.
Describe the bug
You can filter on Stadsdelen or simply choose the option "Niet bepaald". The result shows signals/tickets which do have a Stadsdeel. This filter does not work correctly. I expect a list with signals/tickets which do not have a Stadsdeel.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect to create a list with tickets/signals that do not have a Stadsdeel and are somewhat 'lost'.
Screenshots
Filter:
Result (is from acceptatieomgeving, production showed only 1 result):
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: