summaryrefslogtreecommitdiffstats
path: root/routers/org/setting.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/org/setting.go')
-rw-r--r--routers/org/setting.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/routers/org/setting.go b/routers/org/setting.go
index 30f8cabe3e..0b1b512d34 100644
--- a/routers/org/setting.go
+++ b/routers/org/setting.go
@@ -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.