Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@vanlanduyt.co>2017-11-29 17:09:10 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2017-11-29 17:41:22 +0300
commit299c54397340f93646755c16b778c1c38088ded2 (patch)
treea615bc5692c1980d5805e57248bd0192cb7ff1bd /changelogs
parenta2fea9288ef0a2d714827ac5b92e7330d3cb2c3f (diff)
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.yml5
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