Comments in merge request commits are no longer displayed
Created by: kemenaran
When commenting on a commit belonging to an MR, the comments are not displayed on the MR page. The implementation of merge_request.rb
seems to indicate that it should be the case though.
Steps to reproduce:
- Open a new MR with some commits
- Open a commit's page, and add a comment to the commit
- Go back to the MR page
Expected results:
- The commit comment is displayed on the MR page
Actual result:
- The commit comment is not visible on the MR page
Reproduced on GitLab 6.8. May be related to #6571 (closed).