fix a typo in the folder templating code that made titles get confused with menuTitles
This commit is contained in:
parent
c341cf0b5b
commit
ef53b51985
2 changed files with 2 additions and 1 deletions
|
|
@ -105,6 +105,7 @@
|
|||
- added: Configure the amount of files shown per page in the Gallery
|
||||
- fix: Patch for Style.pm to identify which template failed to instantiate
|
||||
- fix: Admin Console templates have the same title
|
||||
- fix: File Titles not displaying in folder
|
||||
|
||||
7.5.10
|
||||
- fix: Syntax error in GetCsMail
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@ sub view {
|
|||
id=>$child->getId,
|
||||
canView => $child->canView(),
|
||||
title=>$child->get("title"),
|
||||
title=>$child->get("menuTitle"),
|
||||
menuTitle=>$child->get("menuTitle"),
|
||||
synopsis=>$child->get("synopsis") || '',
|
||||
size=>WebGUI::Utility::formatBytes($child->get("assetSize")),
|
||||
"date.epoch"=>$child->get("revisionDate"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue