This is due to currentUserURL and zoneStatusURL being missing. It seems we define these variables in ZoneListView, but not in the landingzones details card, where we use the same Javascript file.
I will also see about adding UI tests for this, as this failing has gone completely undetected for some time.
This is due to
currentUserURL
andzoneStatusURL
being missing. It seems we define these variables inZoneListView
, but not in the landingzones details card, where we use the same Javascript file.I will also see about adding UI tests for this, as this failing has gone completely undetected for some time.