Small improvements to Wekan-Node

This commit is contained in:
Jan Oberhauser
2020-10-13 13:01:34 +02:00
parent 23e0c08b1c
commit d3a52297f2
8 changed files with 14 additions and 44 deletions

View File

@@ -260,10 +260,7 @@ export const cardCommentFields = [
{
displayName: 'Board ID',
name: 'boardId',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getBoards',
},
type: 'string',
default: '',
required: true,
displayOptions: {
@@ -330,14 +327,7 @@ export const cardCommentFields = [
{
displayName: 'Comment ID',
name: 'commentId',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getComments',
loadOptionsDependsOn: [
'boardId',
'cardId',
],
},
type: 'string',
default: '',
required: true,
displayOptions: {