From 3ed711e9479c46d2c068c6a6ec34df3f2b6150e1 Mon Sep 17 00:00:00 2001 From: jensp Date: Tue, 21 Apr 2015 10:07:16 +0000 Subject: [PATCH] Added some properties to the default templates for object lists git-svn-id: https://svn.libreccm.org/ccm/trunk@3350 8810af33-2d31-482b-a856-94f89814c4df --- .../web/templates/ccm-navigation/navigation/sci-default.jsp | 1 + .../web/templates/ccm-navigation/navigation/sci-welcome.jsp | 1 + 2 files changed, 2 insertions(+) diff --git a/ccm-sci-bundle/web/templates/ccm-navigation/navigation/sci-default.jsp b/ccm-sci-bundle/web/templates/ccm-navigation/navigation/sci-default.jsp index 5065a5bc0..f7edd8a13 100644 --- a/ccm-sci-bundle/web/templates/ccm-navigation/navigation/sci-default.jsp +++ b/ccm-sci-bundle/web/templates/ccm-navigation/navigation/sci-default.jsp @@ -51,6 +51,7 @@ ((com.arsdigita.navigation.ui.object.SimpleObjectList) itemList).getRenderer().addAttribute( "newsDate"); ((com.arsdigita.navigation.ui.object.SimpleObjectList) itemList).getRenderer().addAttribute( "imageAttachments.caption"); ((com.arsdigita.navigation.ui.object.SimpleObjectList) itemList).getRenderer().addAttribute( "imageAttachments.image.id"); + ((com.arsdigita.navigation.ui.object.SimpleObjectList) itemList).getRenderer().addAttribute( "pageDescription");