From c1e5c76b130b293f74ad516bcd1356e4275015de Mon Sep 17 00:00:00 2001 From: Ted Lawless Date: Tue, 26 Feb 2013 11:04:36 -0500 Subject: [PATCH] Change sort to use role start and end values. --- 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 05b9e106..e92a790f 100644 --- a/productMods/config/listViewConfig-hasInvestigatorRole.xml +++ b/productMods/config/listViewConfig-hasInvestigatorRole.xml @@ -61,7 +61,7 @@ FILTER ( bound(?activity) ) - } ORDER BY DESC(?dateTimeEnd) DESC(?dateTimeStart) ?activityLabel ?activityName + } ORDER BY DESC(?dateTimeEndRole) DESC(?dateTimeStartRole) ?activityLabel ?activityName @@ -219,4 +219,4 @@ - \ No newline at end of file +