mirror of
https://github.com/wekan/wekan.git
synced 2026-02-24 00:44:07 +01:00
Merge pull request #3724 from jrsupplee/master
Remove allowedValues from Cards.type schema
This commit is contained in:
commit
0b3ec2c19e
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ Cards.attachSchema(
|
||||||
*/
|
*/
|
||||||
type: String,
|
type: String,
|
||||||
defaultValue: TYPE_CARD,
|
defaultValue: TYPE_CARD,
|
||||||
allowedValues: [TYPE_CARD, TYPE_LINKED_CARD, TYPE_LINKED_BOARD],
|
// allowedValues: [TYPE_CARD, TYPE_LINKED_CARD, TYPE_LINKED_BOARD, TYPE_TEMPLATE_CARD],
|
||||||
},
|
},
|
||||||
linkedId: {
|
linkedId: {
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue