mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Fix display issue with AccountID before Operation & other small fixes
This commit is contained in:
@@ -214,20 +214,6 @@ export const contactFields = [
|
||||
},
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
displayName: 'Last Name',
|
||||
name: 'last_name',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The last name of the contact.',
|
||||
},
|
||||
{
|
||||
displayName: 'Title',
|
||||
name: 'title',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The title of the contact.',
|
||||
},
|
||||
{
|
||||
displayName: 'Email',
|
||||
name: 'email',
|
||||
@@ -236,11 +222,18 @@ export const contactFields = [
|
||||
description: 'The contact’s email address.',
|
||||
},
|
||||
{
|
||||
displayName: 'Phone Office',
|
||||
name: 'phone_office',
|
||||
displayName: 'Fax',
|
||||
name: 'fax',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The contact’s office phone number.',
|
||||
description: 'The contact’s fax number.',
|
||||
},
|
||||
{
|
||||
displayName: 'Last Name',
|
||||
name: 'last_name',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The last name of the contact.',
|
||||
},
|
||||
{
|
||||
displayName: 'Phone Mobile',
|
||||
@@ -250,11 +243,19 @@ export const contactFields = [
|
||||
description: 'The contact’s mobile phone number.',
|
||||
},
|
||||
{
|
||||
displayName: 'Fax',
|
||||
name: 'fax',
|
||||
displayName: 'Phone Office',
|
||||
name: 'phone_office',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The contact’s fax number.',
|
||||
description: 'The contact’s office phone number.',
|
||||
},
|
||||
|
||||
{
|
||||
displayName: 'Title',
|
||||
name: 'title',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The title of the contact.',
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -300,6 +301,20 @@ export const contactFields = [
|
||||
default: '',
|
||||
description: 'The ID of the client associated with this contact.',
|
||||
},
|
||||
{
|
||||
displayName: 'Email',
|
||||
name: 'email',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The contact’s email address.',
|
||||
},
|
||||
{
|
||||
displayName: 'Fax',
|
||||
name: 'fax',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The contact’s fax number.',
|
||||
},
|
||||
{
|
||||
displayName: 'First Name',
|
||||
name: 'first_name',
|
||||
@@ -315,18 +330,11 @@ export const contactFields = [
|
||||
description: 'The last name of the contact.',
|
||||
},
|
||||
{
|
||||
displayName: 'Title',
|
||||
name: 'title',
|
||||
displayName: 'Phone Mobile',
|
||||
name: 'phone_mobile',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The title of the contact.',
|
||||
},
|
||||
{
|
||||
displayName: 'Email',
|
||||
name: 'email',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The contact’s email address.',
|
||||
description: 'The contact’s mobile phone number.',
|
||||
},
|
||||
{
|
||||
displayName: 'Phone Office',
|
||||
@@ -336,18 +344,11 @@ export const contactFields = [
|
||||
description: 'The contact’s office phone number.',
|
||||
},
|
||||
{
|
||||
displayName: 'Phone Mobile',
|
||||
name: 'phone_mobile',
|
||||
displayName: 'Title',
|
||||
name: 'title',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The contact’s mobile phone number.',
|
||||
},
|
||||
{
|
||||
displayName: 'Fax',
|
||||
name: 'fax',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The contact’s fax number.',
|
||||
description: 'The title of the contact.',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user