MM-47936: Removes CustomGroups feature flag. (#21739)
* MM-47936: Removes CustomGroups feature flag. * MM-47936: Updates godoc.
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6965585aa8
Коммит
62d9218011
@@ -39,8 +39,6 @@ type FeatureFlags struct {
|
||||
// A dash separated list for feature flags to turn on for Boards
|
||||
BoardsFeatureFlags string
|
||||
|
||||
CustomGroups bool
|
||||
|
||||
// Enable DataRetention for Boards
|
||||
BoardsDataRetention bool
|
||||
|
||||
@@ -90,7 +88,6 @@ func (f *FeatureFlags) SetDefaults() {
|
||||
f.PluginFocalboard = ""
|
||||
f.PermalinkPreviews = true
|
||||
f.BoardsFeatureFlags = ""
|
||||
f.CustomGroups = true
|
||||
f.BoardsDataRetention = false
|
||||
f.NormalizeLdapDNs = false
|
||||
f.EnableInactivityCheckJob = true
|
||||
|
||||
Ссылка в новой задаче
Block a user