From ec80cda36c8deb30e6f50c238668a7e823f1fdd0 Mon Sep 17 00:00:00 2001 From: nac26 Date: Thu, 6 Jan 2011 13:57:48 +0000 Subject: [PATCH] NIHVIVO-1336 Updated to use dateTimeInterval instead of dateTimeValue since core:EducationalTraining has a restriction on the interval and Brian updated personHasEducationalTraining.jsp to assert as dateTimeInterval. Will confirm with Stella that this is correct. --- productMods/config/listViewConfig-educationalTraining.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/productMods/config/listViewConfig-educationalTraining.xml b/productMods/config/listViewConfig-educationalTraining.xml index 8b77cf55..06050abf 100644 --- a/productMods/config/listViewConfig-educationalTraining.xml +++ b/productMods/config/listViewConfig-educationalTraining.xml @@ -23,8 +23,8 @@ OPTIONAL { GRAPH ?g6 { ?edTraining core:majorField ?majorField } } OPTIONAL { GRAPH ?g7 { ?edTraining core:departmentOrSchool ?deptOrSchool } } OPTIONAL { GRAPH ?g8 { ?edTraining core:supplementalInformation ?info } } - OPTIONAL { GRAPH ?g9 { ?edTraining core:dateTimeValue ?dateTimeValue . - ?dateTimeValue core:dateTime ?dateTime } + OPTIONAL { GRAPH ?g9 { ?edTraining core:dateTimeInterval ?dateTimeInterval . + ?dateTimeInterval core:dateTime ?dateTime } } } ORDER BY DESC(?dateTime)