gaiaresources / ala-citizenscience

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

Cannot assign a large taxon group to a survey. #288

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When creating a new survey, it is not possible to assign the survey a taxon 
group with more than 10 000 taxa (such as Max).

The view does not fail however it emits the warning message, "Warning xxxx 
taxonomy is too large. Defaulting to all taxa". 

The line of code that determines the 10 000 taxa threshold is 
SurveyBaseController.java line 562.

Original issue reported on code.google.com by ben.k...@gaiaresources.com.au on 11 Jun 2012 at 7:09

GoogleCodeExporter commented 9 years ago
When assigning a TaxonGroup, all the IndicatorSpecies objects are retrieved and 
added individually to the Survey.

This also causes an issue when updating a TaxonGroup, the change is not 
reflected in the Survey.

To date, there is no relation between TaxonGroup and Survey.

Original comment by aaron.lo...@gmail.com on 9 Oct 2012 at 7:49