From 1e72177991e3fe11a1837e3e294e4de5d728aa30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Manelli?= Date: Sat, 23 Feb 2019 12:14:37 +0100 Subject: Avoid links on a template-board Allow creation of template boards with a linked card Avoid changing the name of the template-container swimlanes --- models/swimlanes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/swimlanes.js') diff --git a/models/swimlanes.js b/models/swimlanes.js index 9d4e16de..be3f617c 100644 --- a/models/swimlanes.js +++ b/models/swimlanes.js @@ -149,7 +149,7 @@ Swimlanes.helpers({ isBoardTemplatesSwimlane() { const user = Users.findOne(Meteor.userId()); - return user.profile.boardsTemplatesSwimlaneId === this._id; + return user.profile.boardTemplatesSwimlaneId === this._id; }, }); -- cgit v1.2.3-1-g7c22