summaryrefslogtreecommitdiffstats
path: root/models/lists.js
diff options
context:
space:
mode:
authorAndrés Manelli <andresmanelli@gmail.com>2019-02-23 01:40:11 +0100
committerAndrés Manelli <andresmanelli@gmail.com>2019-02-24 00:05:00 +0100
commitcdf070189e11205eecd11641226ae62964cc03e1 (patch)
treea5f0d59fa0a7cb117f3a6b63c2fe8b229b055f7b /models/lists.js
parent64bf455b296a10369e8318183c2c6cd61a122869 (diff)
downloadwekan-cdf070189e11205eecd11641226ae62964cc03e1.tar.gz
wekan-cdf070189e11205eecd11641226ae62964cc03e1.tar.bz2
wekan-cdf070189e11205eecd11641226ae62964cc03e1.zip
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
Diffstat (limited to 'models/lists.js')
-rw-r--r--models/lists.js7
1 files changed, 7 insertions, 0 deletions
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