Revert "Set BoardsProduct FF to on by default" (#22177)

This reverts commit 6b6150d374.
Этот коммит содержится в:
Agniva De Sarker
2023-01-30 22:23:20 +05:30
коммит произвёл GitHub
родитель 70800b2447
Коммит aa61f8dfbb
5 изменённых файлов: 8 добавлений и 9 удалений

Просмотреть файл

@@ -808,7 +808,7 @@ func TestDiff(t *testing.T) {
Enable: !defaultConfigGen().PluginSettings.PluginStates["com.mattermost.nps"].Enable,
},
"focalboard": {
Enable: false,
Enable: true,
},
"playbooks": {
Enable: true,
@@ -846,7 +846,7 @@ func TestDiff(t *testing.T) {
Enable: true,
},
"focalboard": {
Enable: false,
Enable: true,
},
"playbooks": {
Enable: true,
@@ -876,7 +876,7 @@ func TestDiff(t *testing.T) {
BaseVal: defaultConfigGen().PluginSettings.PluginStates,
ActualVal: map[string]*model.PluginState{
"focalboard": {
Enable: false,
Enable: true,
},
"playbooks": {
Enable: true,