Uploaded image for project: '[Read Only] - Hippo Essentials'
  1. [Read Only] - Hippo Essentials
  2. ESSENTIALS-751

@ftlvariable used with incorrect keyword

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • 2.0.0
    • 2.1.0
    • None
    • 0.5
    • Tiger Sprint 110

    Description

      I noticed that in some ftl files the @fltvariable is not used correctly:

      <#-- @ftlvariable id="editMode" type="java.lang.Boolean"-->

      The property "id" is not valid. It should be "name":

      <#-- @ftlvariable name="editMode" type="java.lang.Boolean"-->

      This should be fixed to prevent confusion. Can we scan all ftls for it and fix it?

      Attachments

        Activity

          People

            Unassigned Unassigned
            bleunis Bert Leunis (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: