refactor: Deprecate alwaysOpenEditWindow for string (#4839)

* 🔥 Remove from client

* 📘 Update interface comment

* ✏️ Update docs

*  Update nodes

* ✏️ Fix typo

*  Restore misremoved property

* 🔥 Remove more instances
This commit is contained in:
Iván Ovejero
2022-12-07 15:29:45 +01:00
committed by GitHub
parent 7e1a13f9b2
commit fbb8611ae2
140 changed files with 3 additions and 761 deletions

View File

@@ -105,9 +105,6 @@ export const goalFields: INodeProperties[] = [
displayName: 'Description',
name: 'description',
type: 'string',
typeOptions: {
alwaysOpenEditWindow: true,
},
default: '',
},
{
@@ -249,9 +246,6 @@ export const goalFields: INodeProperties[] = [
displayName: 'Description',
name: 'description',
type: 'string',
typeOptions: {
alwaysOpenEditWindow: true,
},
default: '',
},
{

View File

@@ -218,9 +218,6 @@ export const goalKeyResultFields: INodeProperties[] = [
displayName: 'Note',
name: 'note',
type: 'string',
typeOptions: {
alwaysOpenEditWindow: true,
},
default: '',
},
{

View File

@@ -169,9 +169,6 @@ export const listFields: INodeProperties[] = [
displayName: 'Content',
name: 'content',
type: 'string',
typeOptions: {
alwaysOpenEditWindow: true,
},
default: '',
},
{
@@ -776,9 +773,6 @@ export const listFields: INodeProperties[] = [
displayName: 'Content',
name: 'content',
type: 'string',
typeOptions: {
alwaysOpenEditWindow: true,
},
default: '',
},
{

View File

@@ -228,9 +228,6 @@ export const taskFields: INodeProperties[] = [
displayName: 'Content',
name: 'content',
type: 'string',
typeOptions: {
alwaysOpenEditWindow: true,
},
default: '',
},
{
@@ -360,9 +357,6 @@ export const taskFields: INodeProperties[] = [
displayName: 'Content',
name: 'content',
type: 'string',
typeOptions: {
alwaysOpenEditWindow: true,
},
default: '',
},
{