Uploaded image for project: 'Migration 4.4 to 4.5 (closed)'
  1. Migration 4.4 to 4.5 (closed)
  2. MGNLMIGRATION-151

ftl-templates: Fix access to area property 'enabled'

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 1.2.3
    • 1.1.4
    • None
    • None

      The access to the 'enabled' property with the bean pattern does not work:

      [#if  def.header.sectionHeader.enabled]
      

      This check could be skipped in most cases but for some special cases we need it. Thus such code should be replaced by

      [#if  def.areas.sectionHeader.isEnabled()]
      

        Acceptance criteria

              rsiska Robert Šiška
              wolf.bubenik wolf bubenik
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: