summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-11-17 16:27:38 +0000
committerWinnie Hellmann <winnie@gitlab.com>2017-11-20 10:20:02 +0000
commit17fe8174a27e8fb5f5f4bbfce0be454bea943bf3 (patch)
tree20024420503192766a97d3428f130effafd26340 /changelogs
parentdc18038a37347e77f037bd3712296f91daaef859 (diff)
downloadgitlab-ce-17fe8174a27e8fb5f5f4bbfce0be454bea943bf3.tar.gz
Merge branch 'bvl-fix-count-with-selects' into 'master'
Remove the selects when counting the last page Closes #40266 See merge request gitlab-org/gitlab-ce!15456 (cherry picked from commit c406824d319e5b1a073af7cf55c3f24bfa66e2a4) 5a335c4d Remove the selects when counting the last page
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/bvl-fix-count-with-selects.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/bvl-fix-count-with-selects.yml b/changelogs/unreleased/bvl-fix-count-with-selects.yml
new file mode 100644
index 00000000000..46a882de524
--- /dev/null
+++ b/changelogs/unreleased/bvl-fix-count-with-selects.yml
@@ -0,0 +1,6 @@
+---
+title: Fix crash when navigating to second page of the group dashbaord when there
+ are projects and groups on the first page
+merge_request: 15456
+author:
+type: fixed