Fix display issue with AccountID before Operation & other small fixes

This commit is contained in:
Jan Oberhauser
2021-04-02 18:10:22 +02:00
parent 7995bd610d
commit b406d4b60b
11 changed files with 126 additions and 125 deletions

View File

@@ -1,4 +1,4 @@
import {
import {
INodeProperties,
} from 'n8n-workflow';
@@ -246,13 +246,6 @@ export const userFields = [
},
default: {},
options: [
{
displayName: 'Can Create Projects',
name: 'can_create_projects',
type: 'boolean',
default: false,
description: 'Whether the user can create projects. Only applicable to Project Managers.',
},
{
displayName: 'Can Create Invoices',
name: 'can_create_invoices',
@@ -260,6 +253,13 @@ export const userFields = [
default: false,
description: 'Whether the user can create invoices. Only applicable to Project Managers.',
},
{
displayName: 'Can Create Projects',
name: 'can_create_projects',
type: 'boolean',
default: false,
description: 'Whether the user can create projects. Only applicable to Project Managers.',
},
{
displayName: 'Can See Rates',
name: 'can_see_rates',
@@ -346,7 +346,6 @@ export const userFields = [
],
},
/* -------------------------------------------------------------------------- */
/* user:update */
/* -------------------------------------------------------------------------- */
@@ -381,13 +380,6 @@ export const userFields = [
},
default: {},
options: [
{
displayName: 'Can Create Projects',
name: 'can_create_projects',
type: 'boolean',
default: false,
description: 'Whether the user can create projects. Only applicable to Project Managers.',
},
{
displayName: 'Can Create Invoices',
name: 'can_create_invoices',
@@ -395,6 +387,13 @@ export const userFields = [
default: false,
description: 'Whether the user can create invoices. Only applicable to Project Managers.',
},
{
displayName: 'Can Create Projects',
name: 'can_create_projects',
type: 'boolean',
default: false,
description: 'Whether the user can create projects. Only applicable to Project Managers.',
},
{
displayName: 'Can See Rates',
name: 'can_see_rates',