mirror of
https://github.com/go-gitea/gitea
synced 2024-11-19 11:19:34 +01:00
commit
4c896bb620
@ -60,6 +60,8 @@ func SettingsPost(ctx *middleware.Context, form auth.UpdateOrgSettingForm) {
|
|||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
// reset ctx.org.OrgLink with new name
|
||||||
|
ctx.Org.OrgLink = setting.AppSubUrl + "/org/" + form.Name
|
||||||
log.Trace("Organization name changed: %s -> %s", org.Name, form.Name)
|
log.Trace("Organization name changed: %s -> %s", org.Name, form.Name)
|
||||||
}
|
}
|
||||||
// In case it's just a case change.
|
// In case it's just a case change.
|
||||||
|
Loading…
Reference in New Issue
Block a user