Guest gets 404 error when tries to see a commit from a issue
Summary
Guest gets 404 error when tries to see a commit, which closed an issue ticket.
This is reproduced on gitlab.com
Steps to reproduce
- Create an issue ticket. (#1 (closed))
- Close it via commit with message “fix #1 (closed)”.
- Log as member with guest rights.
- Look the issue ticket. Click on the commit.
- 404 appears
Expected behavior
Well, the absolute marvellous solution would be to let the guest member see at least the message from the ticket. It’s very convenient to just close the issue by commit and not to go to issue page and copy paste the comment from commit message to the issue ticket comment.
The point of the guest right is to create issues, not sneaking around the code :) but what’s the point if the guest can’t read the explanation how was the ticket closed?
The other solution is hide the commit link, but then the programmer has to copy every message from commit to the issue ticket. Please don’t force us :).