From 9002be879d1886cdaca2774a6333fe2397b6ad17 Mon Sep 17 00:00:00 2001 From: rkv Date: Thu, 18 Apr 2013 07:34:41 +0000 Subject: [PATCH] Fix of study modification date in study properties section and admin display name in search screens. --- Workspace/Siman/WebContent/jsp/toolbar.jsp | 2 +- Workspace/Siman/WebContent/study/searchKnowledge.jsp | 4 ++-- Workspace/Siman/WebContent/study/searchStudy.jsp | 2 +- Workspace/Siman/src/org/splat/simer/OpenStudy.java | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Workspace/Siman/WebContent/jsp/toolbar.jsp b/Workspace/Siman/WebContent/jsp/toolbar.jsp index bd5f015..e254301 100644 --- a/Workspace/Siman/WebContent/jsp/toolbar.jsp +++ b/Workspace/Siman/WebContent/jsp/toolbar.jsp @@ -6,7 +6,7 @@ configuration - + diff --git a/Workspace/Siman/WebContent/study/searchKnowledge.jsp b/Workspace/Siman/WebContent/study/searchKnowledge.jsp index d4ec04a..50e641a 100644 --- a/Workspace/Siman/WebContent/study/searchKnowledge.jsp +++ b/Workspace/Siman/WebContent/study/searchKnowledge.jsp @@ -60,7 +60,7 @@ $(document).ready(function () { style='width: ' onChange="changeFilter()"> - + @@ -207,7 +207,7 @@ $(document).ready(function () { - +
diff --git a/Workspace/Siman/WebContent/study/searchStudy.jsp b/Workspace/Siman/WebContent/study/searchStudy.jsp index a6281ff..aa73faf 100644 --- a/Workspace/Siman/WebContent/study/searchStudy.jsp +++ b/Workspace/Siman/WebContent/study/searchStudy.jsp @@ -210,7 +210,7 @@ $(document).ready(function () { - + diff --git a/Workspace/Siman/src/org/splat/simer/OpenStudy.java b/Workspace/Siman/src/org/splat/simer/OpenStudy.java index ed7628a..901495a 100644 --- a/Workspace/Siman/src/org/splat/simer/OpenStudy.java +++ b/Workspace/Siman/src/org/splat/simer/OpenStudy.java @@ -131,7 +131,7 @@ public class OpenStudy extends AbstractOpenObject implements OpenStudyServices { // Preparation of the display _version = verstring.format(_mystudy.getVersion()); _credate = datstring.format(_mystudy.getDate()); - _lasdate = ""; // Not yet supported + _lasdate = datstring.format(_mystudy.getLastModificationDate()); _description = _mystudy.getDescription(); _involving = new ArrayList(1); _context = new ArrayList(); -- 2.30.2