Adding the focalboard plugin feature flag (#17682)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
964c2b06db
Коммит
904737a0a2
@@ -31,6 +31,7 @@ type FeatureFlags struct {
|
|||||||
// Feature flags to control plugin versions
|
// Feature flags to control plugin versions
|
||||||
PluginIncidentManagement string `plugin_id:"com.mattermost.plugin-incident-management"`
|
PluginIncidentManagement string `plugin_id:"com.mattermost.plugin-incident-management"`
|
||||||
PluginApps string `plugin_id:"com.mattermost.apps"`
|
PluginApps string `plugin_id:"com.mattermost.apps"`
|
||||||
|
PluginFocalboard string `plugin_id:"focalboard"`
|
||||||
|
|
||||||
// Control support for custom data retention policies
|
// Control support for custom data retention policies
|
||||||
CustomDataRetentionEnabled bool
|
CustomDataRetentionEnabled bool
|
||||||
@@ -46,6 +47,7 @@ func (f *FeatureFlags) SetDefaults() {
|
|||||||
|
|
||||||
f.PluginIncidentManagement = "1.9.3"
|
f.PluginIncidentManagement = "1.9.3"
|
||||||
f.PluginApps = ""
|
f.PluginApps = ""
|
||||||
|
f.PluginFocalboard = ""
|
||||||
f.CustomDataRetentionEnabled = false
|
f.CustomDataRetentionEnabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user