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:
parent
9fc292c13d
commit
3ded12a356
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
@ -219,4 +219,4 @@
|
|||
</query-construct>
|
||||
|
||||
<template>propStatement-hasInvestigatorRole.ftl</template>
|
||||
</list-view-config>
|
||||
</list-view-config>
|
||||
|
|
Loading…
Add table
Reference in a new issue