Adding editing of existing grant NIHVIVO-629

This commit is contained in:
bdc34 2010-07-14 23:38:07 +00:00
parent a1f7ee7715
commit aa3fd0bbd1

View file

@ -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>