Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-11-07 16:03:13 +0300
committerPhil Hughes <me@iamphill.com>2018-11-07 16:03:13 +0300
commite354a64e89bcbce64871af8d49a3515f652f4e37 (patch)
treea96e86e610ec64f340f7d834928da9710ae378d3 /changelogs
parent2508d7b32ecc965df3009ec5f0472c0c9693697b (diff)
Show expand all button on merge request diffs
This restores the behaviour of showing the expand all button on diffs even when only a single file is collapsed. Previously the button would only show when all files are collapsed. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51737
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/diff-expand-all-button.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/diff-expand-all-button.yml b/changelogs/unreleased/diff-expand-all-button.yml
new file mode 100644
index 00000000000..77600e726d5
--- /dev/null
+++ b/changelogs/unreleased/diff-expand-all-button.yml
@@ -0,0 +1,5 @@
+---
+title: Show expand all diffs button when a single diff file is collapsed
+merge_request:
+author:
+type: fixed