NIHVIVO-2082 Made two corrections in the hard-coded literals activity type query filter: a variable was incorrectly named, and some of the select values had spaces in them. Now the activity type query returns a result, which populates the type form field and allows the activity type and label to appear in the form.
This commit is contained in:
parent
b63c4f2be7
commit
eb54a55efe
8 changed files with 27 additions and 14 deletions
|
@ -6,5 +6,8 @@
|
|||
|
||||
<jsp:param name="roleActivityType_optionsType" value="HARDCODED_LITERALS" />
|
||||
<jsp:param name="roleActivityType_objectClassUri" value="" />
|
||||
<jsp:param name="roleActivityType_literalOptions" value='["", "Select one"], ["http://vivoweb.org/ontology/core#Grant", "Grant" ], [ "http://vivoweb.org/ontology/core#Project","Project"] ' />
|
||||
<jsp:param name="roleActivityType_literalOptions"
|
||||
value='["", "Select one"],
|
||||
["http://vivoweb.org/ontology/core#Grant", "Grant" ],
|
||||
[ "http://vivoweb.org/ontology/core#Project","Project"] ' />
|
||||
</jsp:include>
|
Loading…
Add table
Add a link
Reference in a new issue