From 3ded12a356ea292a109b07c044255ceda656a6f5 Mon Sep 17 00:00:00 2001 From: Jim Blake Date: Wed, 6 Mar 2013 11:42:06 -0500 Subject: [PATCH] Sort on grant dates after role dates. If role dates are not provided, there will still be a meaningful sort order. --- productMods/config/listViewConfig-hasInvestigatorRole.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/productMods/config/listViewConfig-hasInvestigatorRole.xml b/productMods/config/listViewConfig-hasInvestigatorRole.xml index e92a790f..3b9b1490 100644 --- a/productMods/config/listViewConfig-hasInvestigatorRole.xml +++ b/productMods/config/listViewConfig-hasInvestigatorRole.xml @@ -61,7 +61,7 @@ FILTER ( bound(?activity) ) - } ORDER BY DESC(?dateTimeEndRole) DESC(?dateTimeStartRole) ?activityLabel ?activityName + } ORDER BY DESC(?dateTimeEndRole) DESC(?dateTimeStartRole) DESC(?dateTimeEndGrant) DESC(?dateTimeStartGrant) ?activityLabel ?activityName @@ -219,4 +219,4 @@ - +