Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-21609

Bug in auiControlFooter macros, message is not displayed

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • High
    • 4.2
    • 4.1.1
    • None

    Description

      #macro(auiControlFooter $action $description $noHeader)
          #if ($action.getErrors().get($id))
                    #set ($error= $action.getErrors().get($id))
          #end
          #if ($error)
              <span class="error">$error</span>
          #end
          #if ($description && $description != '')
              <div class="fieldDescription">$description</div>
          #end
          </div>
      #end
      

      As you can see there is no paramter named $id. So error message will never displays.

      Attachments

        Activity

          People

            Unassigned Unassigned
            2d15ef7ea19e Andrey Larionov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: