customFormData parameter editMode was hard-coded. Needed to use the variable
This commit is contained in:
parent
5e40a08243
commit
330f738c94
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ var customFormData = {
|
|||
sparqlQueryUrl: '${urls.base}${sparqlQueryUrl}',
|
||||
acUrl: '${urls.base}${acUrl}',
|
||||
acType: 'http://vivoweb.org/ontology/core#Grant',
|
||||
editMode: 'add',
|
||||
editMode: '${editMode}',
|
||||
submitButtonTextType: 'compound',
|
||||
typeName: 'Grant'
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue