1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-07-12 23:50:27 +02:00

Additional new standard board templates (#4144)

* added new Company Goals template

* new Competitve Analysis template

* Additional new standard templates

* Updated version on json file to 3

* Reverted version on json file back to 2

* Update templates.go

Updated defaultTemplateVersion from 4 to 5, so Boards knows to load the additional new templates.

* Update permissions_test.go

Updated `builtInTemplateCount` from 7 to 13 to account for the additional standard templates.

Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
This commit is contained in:
Winson Wu
2022-11-07 21:10:58 -05:00
committed by GitHub
parent ecfebc32a4
commit 51a9ca83de
12 changed files with 175 additions and 3 deletions

View File

@ -439,7 +439,7 @@ func TestPermissionsGetTeamTemplates(t *testing.T) {
require.NoError(t, err, "InitTemplates should succeed")
}
builtInTemplateCount := 7
builtInTemplateCount := 13
ttCases := []TestCase{
// Get Team Boards