Something went wrong while fetching comments. Please try again.
When you write first comment on diff its loaded via AJAX as normal comment
Steps:
- Open MR discussion on tab 1
- Open diff on tab 2
- Write first comment on diff on tab 2
- Look at tab 1
- It will show new comment but without diff
- Reload page and you will see comment with diff
FIX:
AJAX load comment should include diff if comment was on diff
OLD description:
Indicate what are line comments
In the discussion view of an MR I can't see if a comment is a line comment or not.
Example https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/1118
If it is a line comment I want to switch to the diff to reply, so it is important that it is visible.