Adding editing of existing grant NIHVIVO-629
This commit is contained in:
parent
a1f7ee7715
commit
aa3fd0bbd1
1 changed files with 1 additions and 3 deletions
|
@ -283,14 +283,12 @@ PREFIX core: <${vivoCore}>
|
|||
PREFIX core: <${vivoCore}> SELECT ?grantUri WHERE {<${subjectUri}> <${predicateUri}> ?grantRole . ?grantRole core:roleIn ?grantUri .}
|
||||
</c:set>
|
||||
|
||||
<c:set var="isUpdate"><%= request.getAttribute("objectUri")!=null %></c:set>
|
||||
<script type="text/javascript">
|
||||
var customFormData = {
|
||||
sparqlForAcFilter: '${sparqlForAcFilter}',
|
||||
sparqlQueryUrl: '${sparqlQueryUrl}',
|
||||
acUrl: '${acUrl}',
|
||||
acType: '${vivoCore}Grant',
|
||||
isUpdate: '${isUpdate}',
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue