Fix broken subfolder synopsis template variable in the Folder.

This commit is contained in:
Colin Kuskie 2009-02-04 16:30:38 +00:00
parent b8b2a38ef5
commit a5ad3bf4bd
2 changed files with 2 additions and 0 deletions

View file

@ -17,6 +17,7 @@
- fixed #9542: Default WebGUI config contains invalid workflow activity
- fixed #9623: preload.custom paths not included during upgrade
- fixed #9638: Survey - Submit of survey creates new demo
- fixed #9669: Folder: synopsis var of a subfolder broken
7.6.10
- fixed #9577: WebGUI::Form::Url::getValue returns blank rather than undef for blank fields

View file

@ -235,6 +235,7 @@ sub view {
url => $child->getUrl,
title => $child->get("title"),
menuTitle => $child->get("menuTitle"),
synopsis => $child->get("synopsis") || '',
canView => $child->canView(),
"icon.small" => $child->getIcon(1),
"icon.big" => $child->getIcon,