1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-06 02:15:20 +02:00

fix: Remove "create branch" button on mirrored repos (#7640)

Currently, if you have a mirrored repo, the button on the "branches"
page to create a new branch is available to be pressed. Once you name
your new branch and click submit, you get a 404 page that doesn't explain
what went wrong.

As new branch creation is not supported on mirrored repos, let's just
take that button away if the repo is a mirror. This is already done for
archived repos, so we just need to add another check.

Fixes #7639.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7640
Reviewed-by: Otto <otto@codeberg.org>
Co-authored-by: John Moon <john.moon@vts-i.com>
Co-committed-by: John Moon <john.moon@vts-i.com>
This commit is contained in:
John Moon 2025-05-14 23:26:12 +00:00 committed by Otto
parent 63543afa2b
commit 09f7dbecda
3 changed files with 28 additions and 2 deletions

View file

@ -132,6 +132,7 @@
owner_name: org3
lower_name: repo5
name: repo5
default_branch: master
num_watches: 0
num_stars: 0
num_forks: 0