diff options
author | Bob Van Landuyt <bob@vanlanduyt.co> | 2017-11-29 15:09:10 +0100 |
---|---|---|
committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2017-11-29 15:41:22 +0100 |
commit | 299c54397340f93646755c16b778c1c38088ded2 (patch) | |
tree | a615bc5692c1980d5805e57248bd0192cb7ff1bd /changelogs | |
parent | a2fea9288ef0a2d714827ac5b92e7330d3cb2c3f (diff) | |
download | gitlab-ce-299c54397340f93646755c16b778c1c38088ded2.tar.gz |
Redirect to an already forked project if it exists
Before the we would try to `POST` to the project path, which would
result in a 404, because that `POST` is not supported.
By changing this back to a normal link, not not handled in JS, we can
immeadiatly redirect.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/bvl-double-fork.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/bvl-double-fork.yml b/changelogs/unreleased/bvl-double-fork.yml new file mode 100644 index 00000000000..50bc1adde26 --- /dev/null +++ b/changelogs/unreleased/bvl-double-fork.yml @@ -0,0 +1,5 @@ +--- +title: Correctly link to a forked project from the new fork page. +merge_request: 15653 +author: +type: fixed |