Sort on grant dates after role dates.

If role dates are not provided, there will still be a meaningful sort order.
This commit is contained in:
Jim Blake 2013-03-06 11:42:06 -05:00
parent 9fc292c13d
commit 3ded12a356

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(?dateTimeEndRole) DESC(?dateTimeStartRole) ?activityLabel ?activityName } ORDER BY DESC(?dateTimeEndRole) DESC(?dateTimeStartRole) DESC(?dateTimeEndGrant) DESC(?dateTimeStartGrant) ?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>