iPlantCollaborativeOpenSource / TNRS

The Taxonomic Name Resolution Service is a free utility for correcting and standardizing plant names.
http://tnrs.iplantcollaborative.org
Other
30 stars 12 forks source link

Fix default sorting bug #11

Closed prosif closed 8 years ago

prosif commented 8 years ago

Currently, dirty is set to false by default when downloading results, and is only set back to true when best match settings are checked and then unchecked again. Setting dirty to the correct default value of true fixes this issue.

ojalaquellueva commented 8 years ago

Good catch. This simple change resolves the issue of incorrect sort order in the download file when default settings are used.