gitlab-org--gitlab-foss/spec/javascripts/notes
Douwe Maan 03df54b226
Trim first char of diff line text on diff discussions
Before, diff file `higlighted_diff_lines`/`parallel_diff_lines` and
diff discussion `truncated_diff_lines` were inconsistent: `text` and
`rich_text` on the latter included the leading +/-/<space> character,
like on the backend, while the former had no `text` and its `rich_text`
had dropped this char.

This resulted in a bug when the suggestions feature expected these diff
line objects to be identical in format and thus interchangeable, which
was not the case.
2019-01-22 17:00:16 +01:00
..
components Discussion filters - ensured note links resolves to the right note 2019-01-10 14:00:36 +00:00
stores Trim first char of diff line text on diff discussions 2019-01-22 17:00:16 +01:00
helpers.js Prettify all spec files 2018-10-17 11:18:17 -05:00
mock_data.js Resolve "Navigating unresolved discussions on Merge Request page" 2018-12-08 07:19:03 +00:00