gaiaresources / ala-citizenscience

Automatically exported from code.google.com/p/ala-citizenscience
1 stars 4 forks source link

Clicking on the "Map" tab in the Location Review screen doesn't work #243

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Bring up the Location Review Screen.
2. Click on the "Map" tab.

What is the expected output? What do you see instead?
Expect to see the map.
Instead the list is displayed still.

Looks like the viewType parameter is not submitted. 

Please use labels and text to provide additional information.

Original issue reported on code.google.com by chris.go...@gmail.com on 7 May 2012 at 6:57

GoogleCodeExporter commented 9 years ago

Original comment by stepha...@gaiaresources.com.au on 9 May 2012 at 12:50

GoogleCodeExporter commented 9 years ago
This was likely related to issue 237 - the parameter viewType was being used 
for the type of results being displayed (locations or records) as well as to 
mean which tab was selected.  This has been refactored such that the type of 
results now uses "resultsType" parameter and selected tab uses "viewType".

Original comment by stepha...@gaiaresources.com.au on 9 May 2012 at 8:45

GoogleCodeExporter commented 9 years ago
Marking as fixed in r307.

Original comment by stepha...@gaiaresources.com.au on 14 May 2012 at 6:24