Merge r970 from http://svn.mannlib.cornell.edu/svn/vivo/branches/rel-1.1-maint
This commit is contained in:
parent
cb14df3cf7
commit
4482d2556d
1 changed files with 3 additions and 3 deletions
|
@ -237,13 +237,13 @@ PREFIX core: <${vivoCore}>
|
|||
String objectUri = (String) request.getAttribute("objectUri");
|
||||
if (objectUri != null) {
|
||||
editConfig.prepareForObjPropUpdate(model);
|
||||
// Return browser to person individual after editing an existing role.
|
||||
} else {
|
||||
editConfig.prepareForNonUpdate(model);
|
||||
// Return the browser to the new activity entity after adding a new role.
|
||||
editConfig.setEntityToReturnTo("?grant");
|
||||
}
|
||||
|
||||
//this will return the browser to the new grant entity after an edit.
|
||||
editConfig.setEntityToReturnTo("?grant");
|
||||
|
||||
String subjectUri = vreq.getParameter("subjectUri");
|
||||
|
||||
List<String> customJs = new ArrayList<String>(Arrays.asList(JavaScript.JQUERY_UI.path(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue