parent
09a62cf165
commit
e1abc5e4cb
20 changed files with 260 additions and 6 deletions
10
app/templates/collections/create.hbs
Normal file
10
app/templates/collections/create.hbs
Normal file
|
@ -0,0 +1,10 @@
|
|||
{{
|
||||
collection-create-container
|
||||
model=model
|
||||
projectOptions=projectOptions
|
||||
studyLocationOptions=studyLocationOptions
|
||||
collectionTypeOptions=collectionTypeOptions
|
||||
collectionMethodOptions=collectionMethodOptions
|
||||
onSave=(action 'onSave')
|
||||
onCancel=(action 'onCancel')
|
||||
}}
|
|
@ -3,4 +3,5 @@
|
|||
model=model
|
||||
changePage=(action 'changePage')
|
||||
onRowClick=(action 'rowClick')
|
||||
createCollection=(action 'createCollection')
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue