Browse Source

Merge pull request #2270 from novaeye/develop

PR for fix #2268
for-closed-social
Unknwon 9 years ago
parent
commit
4c896bb620
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      routers/org/setting.go

+ 2
- 0
routers/org/setting.go View File

@ -60,6 +60,8 @@ func SettingsPost(ctx *middleware.Context, form auth.UpdateOrgSettingForm) {
}
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)
}
// In case it's just a case change.

Loading…
Cancel
Save