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:
parent
f14e2328c1
commit
70c2b3a8bc
1 changed files with 1 additions and 1 deletions
|
@ -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 <collated> ?subclass </collated> ?label ?localName ?type
|
||||
} ORDER BY <collated> ?subclass </collated> ASC( ?label ) ASC( ?localName ) ?type
|
||||
</query-select>
|
||||
|
||||
<query-construct>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue