summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMark Chao <mchao@gitlab.com>2019-03-21 21:38:52 +0800
committerMark Chao <mchao@gitlab.com>2019-03-21 23:08:29 +0800
commit8723f292552814cfe4566f213005e4e190fca456 (patch)
tree22b2a5bc1188ae7467d12c9e640fc1998a020741 /changelogs
parent8a59c9fdba4572cdfd60be6630d96fd37dc35654 (diff)
downloadgitlab-ce-8723f292552814cfe4566f213005e4e190fca456.tar.gz
Fix diff bottom expand button appears twice
This is a quick fix by only append match line once when calling diff_lines_for_serializer multiple time. Also enable feature by default
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/59147-duplicate-match-line.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/59147-duplicate-match-line.yml b/changelogs/unreleased/59147-duplicate-match-line.yml
new file mode 100644
index 00000000000..378d2a40386
--- /dev/null
+++ b/changelogs/unreleased/59147-duplicate-match-line.yml
@@ -0,0 +1,5 @@
+---
+title: Fix duplicated bottom match line on merge request parallel diff view
+merge_request: 26402
+author:
+type: fixed