createLink is not further in templatingFunctions
------------------------------------------------
Key: MSHOP-32
URL: http://jira.magnolia-cms.com/browse/MSHOP-32
Project: Magnolia Shop
Issue Type: Bug
Affects Versions: 1.1
Reporter: Marvin Kerkhoff
Assignee: Will Scheidegger
Attachments: formStepConfirmOrder.ftl
Changes made in patch:
on line 9 from
${i18n.get("form.user.errorMessage.go-to-first-page",
[cmsfn.createLink("website", model.view.firstPage)])}
to
${i18n.get("form.user.errorMessage.go-to-first-page", [cmsfn.link("website",
model.view.firstPage)])}
on line 18 from
${i18n.get("form.user.errorMessage.session-expired",
[cmsfn.createLink("website", model.view.firstPage)])}
to
${i18n.get("form.user.errorMessage.session-expired", [cmsfn.link("website",
model.view.firstPage)])}
--
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]>
----------------------------------------------------------------