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
As seen below, we aren't showing the Region ID on the Explore page in the popup on the GSV info button.
Potential solution(s)
I think this is because we are using svl.taskContainer.getCurrentTask().getRegionId() instead of svl.neighborhoodContainer.getCurrentNeighborhood().getProperty('regionId'). Should be an easy fix!
The text was updated successfully, but these errors were encountered:
Brief description of problem/feature
As seen below, we aren't showing the Region ID on the Explore page in the popup on the GSV info button.
Potential solution(s)
I think this is because we are using
svl.taskContainer.getCurrentTask().getRegionId()
instead ofsvl.neighborhoodContainer.getCurrentNeighborhood().getProperty('regionId')
. Should be an easy fix!The text was updated successfully, but these errors were encountered: