You've already forked focalboard
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:
@ -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
|
||||
|
Reference in New Issue
Block a user