ENH: Convert sex fields to lookup (#76)

This commit is contained in:
Matthew Ryan Dillon 2018-03-03 12:10:12 -07:00 committed by GitHub
parent 6f01fbf00f
commit c87bd953d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 32 additions and 7 deletions

View file

@ -22,7 +22,7 @@ export default Component.extend({
{ label: 'Species', valuePath: 'species.commonName' },
{ label: 'Count', valuePath: 'count' },
{ label: 'Count Estimated?', valuePath: 'countEstimated' },
{ label: 'Sex', valuePath: 'sex' },
{ label: 'Sex', valuePath: 'sex.name' },
],
envMeasColumns: [