NIHVIVO-1923 Modify activity type query so it only returns subclasses of objectClassUri, if that is defined. Need to deal with hard-coded literals case separately.
This commit is contained in:
parent
cfe93b5142
commit
b5d1344158
3 changed files with 35 additions and 8 deletions
|
@ -2,8 +2,7 @@
|
|||
|
||||
<jsp:include page="addRoleToPersonTwoStage.jsp">
|
||||
<jsp:param name="roleActivityTypeLabel" value="membership" />
|
||||
<jsp:param name="roleType" value="http://vivoweb.org/ontology/core#MemberRole" />
|
||||
|
||||
<jsp:param name="roleType" value="http://vivoweb.org/ontology/core#MemberRole" />
|
||||
<jsp:param name="roleActivityType_optionsType" value="CHILD_VCLASSES" />
|
||||
<jsp:param name="roleActivityType_objectClassUri" value="http://xmlns.com/foaf/0.1/Organization" />
|
||||
<jsp:param name="roleActivityType_literalOptions" value="[ 'Select one' ]" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue