From 299c54397340f93646755c16b778c1c38088ded2 Mon Sep 17 00:00:00 2001 From: Bob Van Landuyt Date: Wed, 29 Nov 2017 15:09:10 +0100 Subject: 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. --- changelogs/unreleased/bvl-double-fork.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/bvl-double-fork.yml (limited to 'changelogs') 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 -- cgit v1.2.3