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

This reverts commit aa61f8dfbb.

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Agniva De Sarker
2023-02-10 22:05:25 +05:30
коммит произвёл GitHub
родитель 1cb1d8bd9e
Коммит 9f7e361621
5 изменённых файлов: 9 добавлений и 8 удалений

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

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