• Stan Hu's avatar
    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
    ddafea06
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 139 KB