Cannot hide whitespace changes when an anchor link is present in the URL
- Load a merge request with an anchor link to a discussion, such as from an email notification.
- We'll use
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22050/diffs#note_106554124?
as an example
- We'll use
- Click Hide whitespace changes
- Note the URL is now
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22050/diffs#note_106554124?w=1
, which is invalid. The query string needs to come before the anchor.
- Note the URL is now
Edited by Robert Speicher