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

Javascript error on the bulk transition page

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 3.13.1
    • 3.11
    • None

    Description

      This bug manifests itself as a 'Error "Expected ')'" displayed when performing bulk workflow transition' error poping up on IE6 (FF seems to ignore it) if the workflow name contains special characthers (such as '.' for instance). The problem is basically that the parameter for the javascript function to select the radiobox is not surrounded by single ' quotes:

       <!--Workflow Transition/Action-->
                          <td onclick="selectCellRadioBox(id_<webwork:property value="." />_<webwork:property value="/removeSpaces(..)" />)">
      

      Also, the actual javascript function that's called is wrong, which means when a row is clicked, the radiobutton wont get selected:

      function selectCellRadioBox(cell)
      {
          document.forms['jiraform'].elements[cell.id].checked = true;
      }
      

      Attachments

        Activity

          People

            andreask@atlassian.com Andreas Knecht (Inactive)
            andreask@atlassian.com Andreas Knecht (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: