mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02: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,
|
||||
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: {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue