[
http://jira.magnolia-cms.com/browse/MGNLSTK-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gernot Fussan updated MGNLSTK-1031:
-----------------------------------
Description:
In templating-kit/components/pur/login.ftl the following wrong code is used:
{code}${stkfn.decode(content).text}{code}
Instead of stkfn cmsfn must be used. Correct code is then:
{{cmsfn.decode(content).text}}
was:
In templating-kit/components/pur/login.ftl the following wrong code is used:
{code}${stkfn.decode(content).text}{code}
Instead of stkfn cmsfn must be used. Correct code is then:
{{cmsfn.decode(content).text}}}
> Wrong use of stkfn in templating-kit/components/pur/login.ftl
> -------------------------------------------------------------
>
> Key: MGNLSTK-1031
> URL: http://jira.magnolia-cms.com/browse/MGNLSTK-1031
> Project: Magnolia Standard Templating Kit
> Issue Type: Bug
> Components: paragraphs, templates
> Affects Versions: 2.0.6
> Reporter: Gernot Fussan
> Fix For: 2.0.7
>
> Attachments: login.png
>
>
> In templating-kit/components/pur/login.ftl the following wrong code is used:
> {code}${stkfn.decode(content).text}{code}
> Instead of stkfn cmsfn must be used. Correct code is then:
> {{cmsfn.decode(content).text}}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
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]>
----------------------------------------------------------------