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>
FILTER ( bound(?activity) )
</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-construct>