summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-21 09:29:17 +0000
committerDouwe Maan <douwe@gitlab.com>2015-04-21 09:29:17 +0000
commit2400181a3af8709603d90dbc414da0ebcb36c633 (patch)
treefbf4a208068bb0ff17e5227e790a55b4f3fa134e /CHANGELOG
parent76aade28e25d1f6e8924b35ed9bd365c8889987f (diff)
parent6fb1e80a2622a13f316ec056fc7b17ebf79ef1ef (diff)
downloadgitlab-ce-2400181a3af8709603d90dbc414da0ebcb36c633.tar.gz
Merge branch 'fix-cannot-move-project-error' into 'master'
Fix "Cannot move project" error message from popping up after a successful transfer The JavaScript click handlers were never being removed, leading to duplicate requests when attempting to transfer a project to another namespace. The first transfer would succeed but the subsequent ones would fail, leading to the error message saying, "Cannot move project". ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/0c9f61294291514e0c2a48c204b6a1aa/image.png) I attempted to write a unit test for this, but it was taking me too long to get it right. Closes #1448 and #1128 See merge request !548
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b4affd5217a..d872b12df9a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,7 +3,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 7.11.0 (unreleased)
- Fix clone URL field and X11 Primary selection (Dmitry Medvinsky)
- Ignore invalid lines in .gitmodules
- -
+ - Fix "Cannot move project" error message from popping up after a successful transfer (Stan Hu)
-
-
-