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

@@ -38,7 +38,7 @@ export const taskDependencyFields = [
/* -------------------------------------------------------------------------- */
{
displayName: 'Task ID',
name: 'taskId',
name: 'task',
type: 'string',
default: '',
displayOptions: {
@@ -90,7 +90,7 @@ export const taskDependencyFields = [
/* -------------------------------------------------------------------------- */
{
displayName: 'Task ID',
name: 'taskId',
name: 'task',
type: 'string',
default: '',
displayOptions: {