mirror of
https://github.com/wekan/wekan.git
synced 2025-12-22 02:10:12 +01:00
basic frontend setup, List model updated with wipLimit field
This commit is contained in:
parent
eb945f26a3
commit
c9c650664f
6 changed files with 31 additions and 2 deletions
|
|
@ -42,6 +42,11 @@ Lists.attachSchema(new SimpleSchema({
|
|||
}
|
||||
},
|
||||
},
|
||||
|
||||
wipLimit: {
|
||||
type: SimpleSchema.Integer,
|
||||
optional: true,
|
||||
},
|
||||
}));
|
||||
|
||||
Lists.allow({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue