[
http://jira.magnolia-cms.com/browse/MSHOP-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marvin Kerkhoff updated MSHOP-34:
---------------------------------
Description:
changes made:
Line 3 From: {noformat}
[#assign linkURL = cmsfn.createLink("dms", content.termsDocumentUUID) /]
{noformat}
to{noformat}
[#assign linkURL = cmsfn.link("dms", content.termsDocumentUUID) /]
{noformat}
Line 6 from:{noformat}
[#assign linkURL = cmsfn.createLink("website", content.termsPageUUID) /]
{noformat}
to{noformat}
[#assign linkURL = cmsfn.link("website", content.termsPageUUID) /]{noformat}
was:
changes made:
Line 3 From:
[#assign linkURL = cmsfn.createLink("dms", content.termsDocumentUUID) /]
to
[#assign linkURL = cmsfn.link("dms", content.termsDocumentUUID) /]
Line 6 from:
[#assign linkURL = cmsfn.createLink("website", content.termsPageUUID) /]
to
[#assign linkURL = cmsfn.link("website", content.termsPageUUID) /]
> createLink is not further in cmsfn
> ----------------------------------
>
> Key: MSHOP-34
> URL: http://jira.magnolia-cms.com/browse/MSHOP-34
> Project: Magnolia Shop
> Issue Type: Bug
> Affects Versions: 1.1
> Reporter: Marvin Kerkhoff
> Assignee: Will Scheidegger
> Attachments: formTermsConfirmation.ftl
>
>
> changes made:
> Line 3 From: {noformat}
> [#assign linkURL = cmsfn.createLink("dms", content.termsDocumentUUID) /]
> {noformat}
> to{noformat}
> [#assign linkURL = cmsfn.link("dms", content.termsDocumentUUID) /]
> {noformat}
> Line 6 from:{noformat}
> [#assign linkURL = cmsfn.createLink("website", content.termsPageUUID) /]
> {noformat}
> to{noformat}
> [#assign linkURL = cmsfn.link("website", content.termsPageUUID) /]{noformat}
--
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]>
----------------------------------------------------------------