summaryrefslogtreecommitdiffstats
path: root/models/cards.js
diff options
context:
space:
mode:
authorNicu Tofan <nicu.tofan@gmail.com>2018-06-24 00:21:23 +0300
committerNicu Tofan <nicu.tofan@gmail.com>2018-06-26 14:32:50 +0300
commit4ac6a507cdd3e7a4610c8961e0a9f76f945a5e6d (patch)
tree5811bc2603cede163dbd64f6aa54ad5e1b4c8fb9 /models/cards.js
parentcd36194477593f12103bc3d69e3cdd594c831099 (diff)
downloadwekan-4ac6a507cdd3e7a4610c8961e0a9f76f945a5e6d.tar.gz
wekan-4ac6a507cdd3e7a4610c8961e0a9f76f945a5e6d.tar.bz2
wekan-4ac6a507cdd3e7a4610c8961e0a9f76f945a5e6d.zip
Get rid of old implementation for substacks
Diffstat (limited to 'models/cards.js')
-rw-r--r--models/cards.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/models/cards.js b/models/cards.js
index ca0e16be..4ec3ea7c 100644
--- a/models/cards.js
+++ b/models/cards.js
@@ -127,6 +127,12 @@ Cards.attachSchema(new SimpleSchema({
type: Number,
decimal: true,
},
+ subtaskSort: {
+ type: Number,
+ decimal: true,
+ defaultValue: -1,
+ optional: true,
+ },
}));
Cards.allow({