NIHVIVO-707 Work on core:webpage custom form; committing test version for debugging

This commit is contained in:
ryounes 2011-07-11 16:09:09 +00:00
parent 4e18bac3ef
commit 2ee15c2618
3 changed files with 302 additions and 198 deletions

View file

@ -302,8 +302,6 @@ SPARQL queries for existing values. --%>
<%
String rankPredicateUri = vivoCore + "authorRank";
// RY We should use whatever is used on the individual profile page to list
// this property in rank order...
DataPropertyComparator comp = new DataPropertyComparator(rankPredicateUri);
Collections.sort(authorships, comp);