Adding support for core:Investigator to addGrantRoleToPerson custom form NIHVIVO-807
This commit is contained in:
parent
87bdc3aa36
commit
60d50e4d00
1 changed files with 5 additions and 1 deletions
|
@ -60,10 +60,14 @@ if ( ((String)request.getAttribute("predicateUri")).endsWith("hasPrincipalInvest
|
|||
<v:jsonset var="roleType">http://vivoweb.org/ontology/core#PrincipalInvestigatorRole</v:jsonset>
|
||||
<c:set var="submitButtonLabel">Principal Investigator</c:set>
|
||||
<c:set var="formHeading">Create a new principal investigator entry for <%= subjectName %></c:set>
|
||||
<% }else{ %>
|
||||
<% }else if ( ((String)request.getAttribute("predicateUri")).endsWith("hasCo-PrincipalInvestigatorRole") ) { %>
|
||||
<v:jsonset var="roleType">http://vivoweb.org/ontology/core#CoPrincipalInvestigatorRole</v:jsonset>
|
||||
<c:set var="submitButtonLabel">Co-Principal Investigator</c:set>
|
||||
<c:set var="formHeading">Create a new co-principal investigator entry for <%= subjectName %></c:set>
|
||||
<% }else { %>
|
||||
<v:jsonset var="roleType">http://vivoweb.org/ontology/core#InvestigatorRole</v:jsonset>
|
||||
<c:set var="submitButtonLabel">Investigator</c:set>
|
||||
<c:set var="formHeading">Create a new investigator entry for <%= subjectName %></c:set>
|
||||
<% } %>
|
||||
|
||||
<v:jsonset var="n3ForGrantRole">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue