This commit is contained in:
parent
24faa80c1b
commit
54616b5f89
2 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
7.3.18
|
||||
- fix: If no sysnopsis exists, the asset inherits the parents' (perlDreamer Consulting, LLC)
|
||||
http://www.plainblack.com/bugs/tracker/if-no-sysnopsis-exists-the-asset-inherits-the-parents#VVesdkBSTm3neKRaKCJxKw
|
||||
- fix: diskUsage.pl (perlDreamer Consulting, LLC)
|
||||
http://www.plainblack.com/bugs/tracker/diskusage.pl#tlMpeq3vzsd37pRHcz_NYg
|
||||
- fix: thread next/prev url (perlDreamer Consulting, LLC)
|
||||
|
|
|
|||
|
|
@ -188,7 +188,7 @@ sub view {
|
|||
id=>$child->getId,
|
||||
canView => $child->canView(),
|
||||
title=>$child->get("title"),
|
||||
synopsis=>$child->get("synopsis"),
|
||||
synopsis=>$child->get("synopsis") || '',
|
||||
size=>WebGUI::Utility::formatBytes($child->get("assetSize")),
|
||||
"date.epoch"=>$child->get("revisionDate"),
|
||||
"icon.small"=>$child->getIcon(1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue