|
||||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||||
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

[#assign itemName = item.name!] [#assign itemDisplayName = item.displayName!itemName] [#assign itemLevel = item.level] [#assign itemLink = model.getCategoryLink(itemName)!]So you fix this by allowing itemName to be null, but because of that if displayName is not set either, the itemDisplayName later will get the null and created category link will look like ...null...