diff options
author | Phil Hughes <me@iamphill.com> | 2018-09-10 19:41:57 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-09-17 09:50:36 +0100 |
commit | 8064ab84a68d439ae5a33f02fd42690f23d1b536 (patch) | |
tree | 63335a6099c99bf9b8dfd90b87c496a7a6617cec /changelogs | |
parent | 5a8908bf587a0723b07e510dd6118a686d49af98 (diff) | |
download | gitlab-ce-8064ab84a68d439ae5a33f02fd42690f23d1b536.tar.gz |
Re-enable legacy diff notes on merge request diffs
This re-enables legacy diff notes on the merge request diffs
This feature was not workig correctly after the Vue refactor
LegacyDiffNotes have no `position`, instead they only have a `line_code`
As an extra, this also re-enables commenting on legacy diffs.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48873
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/mr-legacy-diff-notes.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/mr-legacy-diff-notes.yml b/changelogs/unreleased/mr-legacy-diff-notes.yml new file mode 100644 index 00000000000..38b161c2a37 --- /dev/null +++ b/changelogs/unreleased/mr-legacy-diff-notes.yml @@ -0,0 +1,5 @@ +--- +title: Correctly show legacy diff notes in the merge request changes tab +merge_request: +author: +type: fixed |