Component is always swapped while being deleted

XMLWordPrintable

    • 3.09

      When a component is being deleted, it will always be swapped to the component selected in the combo box, ignoring the "Remove component from all issues" option.

      Something has gone wrong with the checking:

      if(swapComponentId != null)
      {
        // ...
      

      It should be doing this instead:

      if(action.equalsIgnoreCase("swap") && swapComponentId != null)
      {
        // ...
      

        1. jira-patch-220507-JRA-12720-JIRA3_8_1.zip
          10 kB
          Andreas Knecht
        2. jira-patch-150507-JRA-12720.zip
          10 kB
          Andreas Knecht

              Assignee:
              Andreas Knecht (Inactive)
              Reporter:
              Kay Nny Lee [Atlassian]
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: