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.
This commit is contained in:
briancaruso 2012-06-21 17:10:18 +00:00
parent f14e2328c1
commit 70c2b3a8bc

View file

@ -45,7 +45,7 @@
# Order by ?type is important, because if the object has more than one mostSpecificType, # 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 # 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. # will ensure that at least we'll get the same one every time.
} ORDER BY <collated> ?subclass </collated> ?label ?localName ?type } ORDER BY <collated> ?subclass </collated> ASC( ?label ) ASC( ?localName ) ?type
</query-select> </query-select>
<query-construct> <query-construct>