mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -08:00
Update placeholders
This commit is contained in:
parent
3dd6678549
commit
d6b6dfc166
|
@ -381,7 +381,7 @@ export async function odooDelete(
|
||||||
mapOdooResources[resource] || resource,
|
mapOdooResources[resource] || resource,
|
||||||
mapOperationToJSONRPC[operation],
|
mapOperationToJSONRPC[operation],
|
||||||
itemsID ? [+itemsID] : [],
|
itemsID ? [+itemsID] : [],
|
||||||
{ context: context || {} }
|
{ context: context || {} },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
id: randomInt(100),
|
id: randomInt(100),
|
||||||
|
|
|
@ -270,7 +270,7 @@ export const contactDescription: INodeProperties[] = [
|
||||||
name: 'options',
|
name: 'options',
|
||||||
type: 'collection',
|
type: 'collection',
|
||||||
default: {},
|
default: {},
|
||||||
placeholder: 'Add Field',
|
placeholder: 'Add option',
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
operation: ['getAll', 'get'],
|
operation: ['getAll', 'get'],
|
||||||
|
|
|
@ -172,7 +172,7 @@ export const noteDescription: INodeProperties[] = [
|
||||||
name: 'options',
|
name: 'options',
|
||||||
type: 'collection',
|
type: 'collection',
|
||||||
default: {},
|
default: {},
|
||||||
placeholder: 'Add Field',
|
placeholder: 'Add option',
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
operation: ['getAll', 'get'],
|
operation: ['getAll', 'get'],
|
||||||
|
|
|
@ -223,7 +223,7 @@ export const opportunityDescription: INodeProperties[] = [
|
||||||
name: 'options',
|
name: 'options',
|
||||||
type: 'collection',
|
type: 'collection',
|
||||||
default: {},
|
default: {},
|
||||||
placeholder: 'Add Field',
|
placeholder: 'Add option',
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
operation: ['getAll', 'get'],
|
operation: ['getAll', 'get'],
|
||||||
|
|
Loading…
Reference in a new issue