mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-21 22:08:37 -04:00
Support edit release and save as draft
This commit is contained in:
parent
fb0972afad
commit
e07674bff1
13 changed files with 300 additions and 85 deletions
|
@ -835,7 +835,7 @@ func GetCollaborativeRepos(uname string) ([]*Repository, error) {
|
|||
if infos[0] == uname {
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
u, err := GetUserByName(infos[0])
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue