ENH: Convert sex fields to lookup (#76)
This commit is contained in:
parent
6f01fbf00f
commit
c87bd953d9
10 changed files with 32 additions and 7 deletions
|
@ -12,6 +12,7 @@ export default Route.extend({
|
|||
collectionMethodOptions: store.findAll('collection-method'),
|
||||
speciesOptions: store.findAll('species'),
|
||||
adfgPermitOptions: store.findAll('adfg-permit'),
|
||||
sexOptions: store.findAll('sex'),
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@ export default Route.extend({
|
|||
collectionMethodOptions: store.findAll('collection-method'),
|
||||
speciesOptions: store.findAll('species'),
|
||||
adfgPermitOptions: store.findAll('adfg-permit'),
|
||||
sexOptions: store.findAll('sex'),
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue