From 9130a1cd200d4c1ef04f4626125395bde4c58b83 Mon Sep 17 00:00:00 2001 From: ryounes Date: Mon, 18 Jul 2011 19:55:44 +0000 Subject: [PATCH] NIHVIVO-2971 Sort publications first by date descending, then by title --- productMods/config/listViewConfig-authorInAuthorship.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/productMods/config/listViewConfig-authorInAuthorship.xml b/productMods/config/listViewConfig-authorInAuthorship.xml index 09cd7858..9c3b63be 100644 --- a/productMods/config/listViewConfig-authorInAuthorship.xml +++ b/productMods/config/listViewConfig-authorInAuthorship.xml @@ -28,7 +28,7 @@ FILTER ( bound(?infoResource) ) - } ORDER BY ?subclass ?infoResourceName + } ORDER BY ?subclass DESC(?dateTime) ?infoResourceName