[MSHOP-32] createLink is not further in templatingFunctions Created: 20/Sep/12  Updated: 31/Jan/13  Resolved: 21/Sep/12

Status: Closed
Project: Magnolia Shop (closed)
Component/s: None
Affects Version/s: 1.1
Fix Version/s: 1.1

Type: Bug Priority: Neutral
Reporter: Marvin Kerkhoff Assignee: Teresa Miyar
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File formStepConfirmOrder.ftl    
Issue Links:
relation
is related to MSHOP-41 NewBar is deprecated Closed
Template:
Patch included:
Yes
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled

 Description   

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)])}


Generated at Mon Feb 12 07:08:36 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.