Change sort to use role start and end values.

This commit is contained in:
Ted Lawless 2013-02-26 11:04:36 -05:00
parent d4cb20d924
commit c1e5c76b13

View file

@ -61,7 +61,7 @@
<critical-data-required> <critical-data-required>
FILTER ( bound(?activity) ) FILTER ( bound(?activity) )
</critical-data-required> </critical-data-required>
} ORDER BY DESC(?dateTimeEnd) DESC(?dateTimeStart) ?activityLabel ?activityName } ORDER BY DESC(?dateTimeEndRole) DESC(?dateTimeStartRole) ?activityLabel ?activityName
</query-select> </query-select>
<query-construct> <query-construct>
@ -219,4 +219,4 @@
</query-construct> </query-construct>
<template>propStatement-hasInvestigatorRole.ftl</template> <template>propStatement-hasInvestigatorRole.ftl</template>
</list-view-config> </list-view-config>