Updated names to keep backward compatibility

This commit is contained in:
ricardo
2020-04-20 23:57:39 -05:00
parent 1019f03154
commit 86ab14088b
13 changed files with 237 additions and 199 deletions

View File

@@ -128,7 +128,7 @@ export const commentFields = [
options: [
{
displayName: 'Assignee ID',
name: 'assigneeId',
name: 'assignee',
type: 'string',
default: '',
},
@@ -146,7 +146,7 @@ export const commentFields = [
/* -------------------------------------------------------------------------- */
{
displayName: 'Comment ID',
name: 'commentId',
name: 'comment',
type: 'string',
default: '',
displayOptions: {
@@ -237,7 +237,7 @@ export const commentFields = [
/* -------------------------------------------------------------------------- */
{
displayName: 'Comment ID',
name: 'commentId',
name: 'comment',
type: 'string',
default: '',
displayOptions: {
@@ -271,7 +271,7 @@ export const commentFields = [
options: [
{
displayName: 'Assignee ID',
name: 'assigneeId',
name: 'assignee',
type: 'string',
default: '',
},