diff options
author | Stan Hu <stanhu@gmail.com> | 2017-10-25 21:15:35 +0300 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-10-27 14:32:38 -0700 |
commit | d6cd7006aef0199fd346ead55bf094afcf696d40 (patch) | |
tree | 825a51e7d0302023093236801cc5cb6a4c35ce4a /changelogs | |
parent | dfd6c3f824ada5558546b809fd32468325788b94 (diff) | |
download | gitlab-ce-d6cd7006aef0199fd346ead55bf094afcf696d40.tar.gz |
Fix broken Members link when relative URL root paths are usedsh-fix-broken-redirection-relative-url-root
Navigating to the "Members" section of a project would omit the
relative URL root path. Fix the redirection and eliminate the
need for a redirection in the first place.
Fix other redirections failing to work with relative roots
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/sh-fix-broken-redirection-relative-url-root.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-broken-redirection-relative-url-root.yml b/changelogs/unreleased/sh-fix-broken-redirection-relative-url-root.yml new file mode 100644 index 00000000000..96e5195d247 --- /dev/null +++ b/changelogs/unreleased/sh-fix-broken-redirection-relative-url-root.yml @@ -0,0 +1,5 @@ +--- +title: Fix broken Members link when relative URL root paths are used +merge_request: +author: +type: fixed |