Merge r5942-5952 from nihvivo-rel-1.1.-maint: custom sorting and collation
This commit is contained in:
parent
30653fdb62
commit
22cec61b5e
3 changed files with 93 additions and 33 deletions
|
@ -148,6 +148,7 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.
|
|||
//up an editing form.
|
||||
//Note that we do not want this behavior for the delete link (handled above).
|
||||
if ( (predicateUri != null) && (objectUri != null) && (wdf.getObjectPropertyDao().skipEditForm(predicateUri)) ) {
|
||||
System.out.println("redirecting for predicate " + predicateUri);
|
||||
%><c:redirect url="/individual">
|
||||
<c:param name="uri" value="${param.objectUri}"/>
|
||||
<c:param name="relatedSubjectUri" value="${param.subjectUri}"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue