Browse Source

Merge pull request #2270 from novaeye/develop

PR for fix #2268
pull/2294/head
Unknwon 9 years ago
parent
commit
4c896bb620
  1. 2
      routers/org/setting.go

2
routers/org/setting.go

@ -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…
Cancel
Save