mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Get rid of old implementation for substacks
This commit is contained in:
parent
cd36194477
commit
4ac6a507cd
7 changed files with 29 additions and 177 deletions
|
|
@ -127,6 +127,12 @@ Cards.attachSchema(new SimpleSchema({
|
|||
type: Number,
|
||||
decimal: true,
|
||||
},
|
||||
subtaskSort: {
|
||||
type: Number,
|
||||
decimal: true,
|
||||
defaultValue: -1,
|
||||
optional: true,
|
||||
},
|
||||
}));
|
||||
|
||||
Cards.allow({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue