We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ff89c commit d81b65bCopy full SHA for d81b65b
routers/org/setting.go
@@ -39,6 +39,7 @@ func Settings(ctx *context.Context) {
39
func SettingsPost(ctx *context.Context, form auth.UpdateOrgSettingForm) {
40
ctx.Data["Title"] = ctx.Tr("org.settings")
41
ctx.Data["PageIsSettingsOptions"] = true
42
+ ctx.Data["CurrentVisibility"] = structs.VisibleType(ctx.Org.Organization.Visibility)
43
44
if ctx.HasError() {
45
ctx.HTML(200, tplSettingsOptions)
0 commit comments