diff --git a/core/models/assets.go b/core/models/assets.go index 7cf0ebbb9..d4169bea4 100644 --- a/core/models/assets.go +++ b/core/models/assets.go @@ -407,7 +407,7 @@ func NewOrgAssets(ctx context.Context, rt *runtime.Runtime, orgID OrgID, prev *O } if prev == nil || refresh&RefreshContext > 0 { - context := oa.org.ConfigValue("context", "") + context := oa.org.ConfigValue("description", "") c := &OrgContext{} c.c.OrgContext = context oa.orgContexts = append(oa.orgContexts, c)