Closed adabutch closed 4 years ago
The subcategory part of the url doesn't update to match the service code, if directly changed.
subcategory
Eg. You are currently at example one. You change 37 to 66, then hit enter.
cleanup-and-sanitation/37
cleanup-and-sanitation/66 |-------- subcat ----------|
cleanup-and-sanitation/66
In example two, the user should have been routed to:
streets-parking-and-traffic/66
That's because service 66 exists within streets-parking-and-traffic not cleanup-and-sanitation.
66
streets-parking-and-traffic
cleanup-and-sanitation
note: This bug does not render incorrect service attributes, those come through as desired. Simply routing.
This is fixed when v2 goes to production.
The
subcategory
part of the url doesn't update to match the service code, if directly changed.Eg. You are currently at example one. You change 37 to 66, then hit enter.
cleanup-and-sanitation/37
cleanup-and-sanitation/66
|-------- subcat ----------|In example two, the user should have been routed to:
streets-parking-and-traffic/66
That's because service
66
exists withinstreets-parking-and-traffic
notcleanup-and-sanitation
.note: This bug does not render incorrect service attributes, those come through as desired. Simply routing.