summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-10-25 08:28:07 +0000
committerRémy Coutable <remy@rymai.me>2016-10-25 15:23:56 +0200
commit9e5f1e1e61f032804a78e5a43b5100106f1e35b7 (patch)
treee6c7d30fc7cb94a9df69e2fbb2b658632f255cbf /CHANGELOG.md
parent1e94405c648cdf50333e407ac4be0a51798419d5 (diff)
downloadgitlab-ce-9e5f1e1e61f032804a78e5a43b5100106f1e35b7.tar.gz
Merge branch 'sh-fix-labels-move-issue' into 'master'
Fix bug where labels would be assigned to issues that were moved 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 See merge request !7065 Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7278f795bb4..75dcc6b87bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ Please view this file on the master branch, on stable branches it's out of date.
- Stop clearing the database cache on `rake cache:clear`. !7056
- Only show register tab if signup enabled. !7058
- Expire and build repository cache after project import. !7064
+ - Fix bug where labels would be assigned to issues that were moved. !7065
## 8.13.0 (2016-10-22)