BigW Consortium Gitlab

  1. 25 Oct, 2016 1 commit
    • Fix bug where labels would be assigned to issues that were moved · ddafea06
      Stan Hu authored
      If you attempt to move an issue from one project to another and leave
      labels blank, LabelsFinder would assign all labels in the new project
      to that issue. The issue is that :title is passed along to the Finder,
      but since it appears empty no filtering is done. As a result, all
      labels in the group are returned. This fix handles that case.
      
      Closes #23668
  2. 24 Oct, 2016 39 commits