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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user