Uploaded image for project: 'Magnolia Standard Templating Kit (closed)'
  1. Magnolia Standard Templating Kit (closed)
  2. MGNLSTK-1031

Wrong use of stkfn in templating-kit/components/pur/login.ftl

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 2.0.7
    • 2.0.6
    • paragraphs, templates
    • None

      In templating-kit/components/pur/login.ftl the following wrong code is used:

      ${stkfn.decode(content).text}

      Instead of stkfn cmsfn must be used. Correct code is then:
      cmsfn.decode(content).text

        Acceptance criteria

              rkovarik Roman Kovařík
              gernot.fussan Gernot Fussan
              Votes:
              1 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: