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

@@ -53,7 +53,7 @@ export const goalFields = [
/* -------------------------------------------------------------------------- */
{
displayName: 'Team ID',
name: 'teamId',
name: 'team',
type: 'options',
default: '',
displayOptions: {
@@ -145,7 +145,7 @@ export const goalFields = [
/* -------------------------------------------------------------------------- */
{
displayName: 'Goal ID',
name: 'goalId',
name: 'goal',
type: 'string',
default: '',
displayOptions: {
@@ -165,7 +165,7 @@ export const goalFields = [
/* -------------------------------------------------------------------------- */
{
displayName: 'Goal ID',
name: 'goalId',
name: 'goal',
type: 'string',
default: '',
displayOptions: {
@@ -185,7 +185,7 @@ export const goalFields = [
/* -------------------------------------------------------------------------- */
{
displayName: 'Team ID',
name: 'teamId',
name: 'team',
type: 'options',
default: '',
displayOptions: {
@@ -229,7 +229,7 @@ export const goalFields = [
/* -------------------------------------------------------------------------- */
{
displayName: 'Goal ID',
name: 'goalId',
name: 'goal',
type: 'string',
default: '',
displayOptions: {