Avoid links on a template-board

Allow creation of template boards with a linked card
Avoid changing the name of the template-container swimlanes
This commit is contained in:
Andrés Manelli 2019-02-23 12:14:37 +01:00
parent cdf070189e
commit 1e72177991
7 changed files with 54 additions and 30 deletions

View file

@ -739,7 +739,7 @@ if (Meteor.isServer) {
});
Boards.insert({
title: TAPi18n.__('templates-board'),
title: TAPi18n.__('templates'),
permission: 'private',
type: 'template-container'
}, fakeUser, (err, boardId) => {