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
|
@ -10,14 +10,14 @@
|
|||
value='["", "Select one"],
|
||||
[ "http://vivoweb.org/ontology/core#Association", "Association" ],
|
||||
[ "http://vivoweb.org/ontology/core#Center", "Center" ],
|
||||
[ "http://vivoweb.org/ontology/core#Clinical Organization", "Clinical Organization" ],
|
||||
[ "http://vivoweb.org/ontology/core#ClinicalOrganization", "Clinical Organization" ],
|
||||
[ "http://vivoweb.org/ontology/core#College", "College" ],
|
||||
[ "http://vivoweb.org/ontology/core#Committee", "Committee" ],
|
||||
[ "http://vivoweb.org/ontology/core#Consortium", "Consortium" ],
|
||||
[ "http://vivoweb.org/ontology/core#Department", "Department" ],
|
||||
[ "http://vivoweb.org/ontology/core#Division", "Division" ],
|
||||
[ "http://purl.org/NET/c4dm/event.owl#Event", "Event" ],
|
||||
[ "http://vivoweb.org/ontology/core#Extension Unit", "Extension Unit" ],
|
||||
[ "http://vivoweb.org/ontology/core#ExtensionUnit", "Extension Unit" ],
|
||||
[ "http://vivoweb.org/ontology/core#Foundation", "Foundation" ],
|
||||
[ "http://vivoweb.org/ontology/core#FundingOrganization", "Funding Organization" ],
|
||||
[ "http://vivoweb.org/ontology/core#GovernmentAgency", "Government Agency" ],
|
||||
|
@ -35,6 +35,6 @@
|
|||
[ "http://vivoweb.org/ontology/core#Team", "Team" ],
|
||||
[ "http://vivoweb.org/ontology/core#School", "School" ],
|
||||
[ "http://vivoweb.org/ontology/core#Service","Service"],
|
||||
[ "http://vivoweb.org/ontology/core#Student Organization", "Student Organization" ],
|
||||
[ "http://vivoweb.org/ontology/core#StudentOrganization", "Student Organization" ],
|
||||
[ "http://vivoweb.org/ontology/core#University", "University" ]' />
|
||||
</jsp:include>
|
Loading…
Add table
Add a link
Reference in a new issue