From 70c2b3a8bc65dc13ca137a41012a16e05b23d806 Mon Sep 17 00:00:00 2001 From: briancaruso Date: Thu, 21 Jun 2012 17:10:18 +0000 Subject: [PATCH] Fixed object property sorting on individual page for default list view. NIHVIVO-3415 Removed unused domainEntitySortField and rangeEntitySortField from ObjectProperty. Added rangeEntitySortField back to property_retry.jsp. --- productMods/config/listViewConfig-default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/productMods/config/listViewConfig-default.xml b/productMods/config/listViewConfig-default.xml index 498ca165..0f8bbf37 100644 --- a/productMods/config/listViewConfig-default.xml +++ b/productMods/config/listViewConfig-default.xml @@ -45,7 +45,7 @@ # Order by ?type is important, because if the object has more than one mostSpecificType, # they all get returned, but postprocessing culls out all but one. Ordering by ?type # will ensure that at least we'll get the same one every time. - } ORDER BY ?subclass ?label ?localName ?type + } ORDER BY ?subclass ASC( ?label ) ASC( ?localName ) ?type