Aggregated SAMPSTAT
Update the accession search form so that when searching for the top-level code (100
for accession.sampleStatus.100
) automatically all 1??
are sent to the server (100, 110, 120, 130).
Also add the remaining top-level options to the SAMPSTAT
dropdown.
From locales/en/translations.json
:
"sampleStatus": {
"100": "Wild",
"110": "Natural",
"120": "Semi-natural/wild",
"130": "Semi-natural/sown",
"200": "Weedy",
"300": "Traditional cultivar/Landrace",
"400": "Breeding/Research Material",
"410": "Breeders Line",
"411": "Synthetic population",
"412": "Hybrid",
"413": "Founder stock/base population",
"414": "Inbred line",
"415": "Segregating population",
"416": "Clonal selection",
"420": "Genetic stock",
"421": "Mutant",
"422": "Cytogenetic stocks",
"423": "Other genetic stocks",
"500": "Advanced/improved cultivar",
"600": "GMO",
"999": "Other"
}