[
http://jira.magnolia-cms.com/browse/MSHOP-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marvin Kerkhoff updated MSHOP-33:
---------------------------------
Description:
Changes made:
Line 4 from
{noformat}
${model.parent.resetShoppingCart()}
{noformat}
to
{noformat}
[#assign pageModel = model.root!]
${pageModel.resetShoppingCart()}
{noformat}
was:
Changes made:
Line 4 from ${model.parent.resetShoppingCart()}
to
[#assign pageModel = model.root!]
${pageModel.resetShoppingCart()}
> Model parent is not the default construct in stk projects
> ---------------------------------------------------------
>
> Key: MSHOP-33
> URL: http://jira.magnolia-cms.com/browse/MSHOP-33
> Project: Magnolia Shop
> Issue Type: Bug
> Affects Versions: 1.1
> Reporter: Marvin Kerkhoff
> Assignee: Will Scheidegger
> Attachments: confirmationPage.ftl
>
>
> Changes made:
> Line 4 from
> {noformat}
> ${model.parent.resetShoppingCart()}
> {noformat}
> to
> {noformat}
> [#assign pageModel = model.root!]
> ${pageModel.resetShoppingCart()}
> {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]>
----------------------------------------------------------------