Merge r1177 from http://svn.mannlib.cornell.edu/svn/vivo/branches/rel-1.1-maint
This commit is contained in:
parent
de1bc95731
commit
a5ea84b4fe
2 changed files with 4 additions and 2 deletions
|
@ -253,8 +253,9 @@ PREFIX core: <${vivoCore}>
|
|||
// Return browser to person individual after editing an existing role.
|
||||
} else {
|
||||
editConfig.prepareForNonUpdate(model);
|
||||
// NIHVIVO-1014 Return browser to person individual after editing an existing role.
|
||||
// Return the browser to the new activity entity after adding a new role.
|
||||
editConfig.setEntityToReturnTo("?grant");
|
||||
// editConfig.setEntityToReturnTo("?grant");
|
||||
}
|
||||
|
||||
String subjectUri = vreq.getParameter("subjectUri");
|
||||
|
|
|
@ -352,8 +352,9 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.
|
|||
// Return browser to person individual after editing an existing role.
|
||||
} else {
|
||||
editConfig.prepareForNonUpdate(model);
|
||||
// NIHVIVO-1014 Return browser to person individual after editing an existing role.
|
||||
// Return the browser to the new activity entity after adding a new role.
|
||||
editConfig.setEntityToReturnTo("?roleActivity");
|
||||
// editConfig.setEntityToReturnTo("?roleActivity");
|
||||
}
|
||||
|
||||
List<String> customJs = new ArrayList<String>(Arrays.asList(JavaScript.JQUERY_UI.path(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue