ENH: Collection Edit (parity with reading) (#48)
This commit is contained in:
parent
bfae4422f4
commit
cb3bc081a6
19 changed files with 337 additions and 121 deletions
|
@ -11,6 +11,8 @@ export default Route.extend({
|
|||
studyLocationOptions: store.findAll('study-location'),
|
||||
collectionTypeOptions: store.findAll('collection-type'),
|
||||
collectionMethodOptions: store.findAll('collection-method'),
|
||||
speciesOptions: store.findAll('species'),
|
||||
adfgPermitOptions: store.findAll('adfg-permit'),
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
@ -12,6 +12,8 @@ export default Route.extend({
|
|||
studyLocationOptions: store.findAll('study-location'),
|
||||
collectionTypeOptions: store.findAll('collection-type'),
|
||||
collectionMethodOptions: store.findAll('collection-method'),
|
||||
speciesOptions: store.findAll('species'),
|
||||
adfgPermitOptions: store.findAll('adfg-permit'),
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue