This reverts commit 76ad948b80.
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
fefca512c8
Коммит
30a053314b
9
server/channels/imports/boards_imports.go
Обычный файл
9
server/channels/imports/boards_imports.go
Обычный файл
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
||||
// See LICENSE.txt for license information.
|
||||
|
||||
package imports
|
||||
|
||||
import (
|
||||
// Needed to ensure the init() method in the FocalBoard product is run.
|
||||
_ "github.com/mattermost/mattermost-server/server/v8/boards/product"
|
||||
)
|
||||
9
server/channels/imports/playbooks_imports.go
Обычный файл
9
server/channels/imports/playbooks_imports.go
Обычный файл
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
||||
// See LICENSE.txt for license information.
|
||||
|
||||
package imports
|
||||
|
||||
import (
|
||||
// Needed to ensure the init() method in the Playbooks product is run.
|
||||
_ "github.com/mattermost/mattermost-server/server/v8/playbooks/product"
|
||||
)
|
||||
Ссылка в новой задаче
Block a user