Uploaded image for project: 'Release Notes Application'
  1. Release Notes Application
  2. RN-59

Broken release notes when the title of a change ends with "image"

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.1
    • 2.0
    • Application
    • None
    • Unknown
    • N/A
    • N/A

    Description

      This is because in ReleaseNotes.Code.Change.ChangeDisplayerList there's:

      #if ("$!changeObject.getValue('title')" != '')$changeObject.getValue('title'): #end$changeObject.getValue('summary')
      

      A solution is to espace the colon, as in:

      #if ("$!changeObject.getValue('title')" != '')$changeObject.getValue('title')~: #end$changeObject.getValue('summary')
      

      Attachments

        Activity

          People

            vmassol Vincent Massol
            vmassol Vincent Massol
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: