[#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...

Change By: Jan Haderka (19/Feb/13 1:23 PM)
Resolution: Fixed

        
Status: Resolved Reopened
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]>
----------------------------------------------------------------

Reply via email to