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 .}
|
PREFIX core: <${vivoCore}> SELECT ?grantUri WHERE {<${subjectUri}> <${predicateUri}> ?grantRole . ?grantRole core:roleIn ?grantUri .}
|
||||||
</c:set>
|
</c:set>
|
||||||
|
|
||||||
<c:set var="isUpdate"><%= request.getAttribute("objectUri")!=null %></c:set>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var customFormData = {
|
var customFormData = {
|
||||||
sparqlForAcFilter: '${sparqlForAcFilter}',
|
sparqlForAcFilter: '${sparqlForAcFilter}',
|
||||||
sparqlQueryUrl: '${sparqlQueryUrl}',
|
sparqlQueryUrl: '${sparqlQueryUrl}',
|
||||||
acUrl: '${acUrl}',
|
acUrl: '${acUrl}',
|
||||||
acType: '${vivoCore}Grant',
|
acType: '${vivoCore}Grant',
|
||||||
isUpdate: '${isUpdate}',
|
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue