City-of-Bloomington / open311-nodejs

A citizen facing Open311 client written in Node
1 stars 2 forks source link

url subcat via service code #52

Closed adabutch closed 4 years ago

adabutch commented 4 years ago

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.

  1. cleanup-and-sanitation/37

  2. 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 within streets-parking-and-traffic not cleanup-and-sanitation.

note: This bug does not render incorrect service attributes, those come through as desired. Simply routing.

adabutch commented 4 years ago

This is fixed when v2 goes to production.