Move playbooks to plugin (#23732)
* Remove build references * Remove playbooks webapp and server, and add the prepackaged plugin * Remove translations * Add ProductSettings to the playwright type * Restore playbooks as a prepackaged plugin for cypress e2e tests
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
f386ef1ea8
Коммит
44a99d1736
@@ -148,6 +148,7 @@ const prepackagedPlugins = [
|
||||
'com.mattermost.nps',
|
||||
'com.mattermost.welcomebot',
|
||||
'zoom',
|
||||
'playbooks',
|
||||
];
|
||||
|
||||
Cypress.Commands.add('apiDisableNonPrepackagedPlugins', () => {
|
||||
|
||||
@@ -606,9 +606,7 @@ const defaultServerConfig: AdminConfig = {
|
||||
CleanupJobsThresholdDays: -1,
|
||||
CleanupConfigThresholdDays: -1,
|
||||
},
|
||||
ProductSettings: {
|
||||
EnablePlaybooks: true,
|
||||
},
|
||||
ProductSettings: {},
|
||||
PluginSettings: {
|
||||
Enable: true,
|
||||
EnableUploads: false,
|
||||
|
||||
Ссылка в новой задаче
Block a user