Only search label names in boards of type 'board'

This commit is contained in:
John R. Supplee 2021-04-02 21:40:52 +02:00
parent e43002d5ad
commit 69dc8f304c
3 changed files with 4 additions and 2 deletions

View file

@ -505,6 +505,7 @@ Boards.attachSchema(
type: {
/**
* The type of board
* possible values: board, template-board, template-container
*/
type: String,
defaultValue: 'board',

View file

@ -299,6 +299,7 @@ Cards.attachSchema(
type: {
/**
* type of the card
* possible values: cardType-card, cardType-linkedCard, cardType-linkedBoard
*/
type: String,
defaultValue: 'cardType-card',