From cdf070189e11205eecd11641226ae62964cc03e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Manelli?= Date: Sat, 23 Feb 2019 01:40:11 +0100 Subject: Remove links from templates board for the moment Insert the correct template type in templates board Allow independant lists in templates board Add some helpers --- models/lists.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'models/lists.js') diff --git a/models/lists.js b/models/lists.js index e0040752..a0b882bc 100644 --- a/models/lists.js +++ b/models/lists.js @@ -27,6 +27,13 @@ Lists.attachSchema(new SimpleSchema({ */ type: String, }, + swimlaneId: { + /** + * the swimalen associated to this list. Used for templates + */ + type: String, + defaultValue: '', + }, createdAt: { /** * creation date -- cgit v1.2.3-1-g7c22