mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 Fix update:group in Bitwarden node (#1580)
* ⚡ Fix default args for update:group * ⚡ Add external IDs to resource loader
This commit is contained in:
@@ -203,12 +203,12 @@ export const groupFields = [
|
||||
placeholder: 'Add Field',
|
||||
default: {},
|
||||
options: [
|
||||
|
||||
{
|
||||
displayName: 'Access All',
|
||||
name: 'accessAll',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: 'Allow this group to access all collections within the organization, instead of only its associated collections.<br>If set to true, this option overrides any collection assignments.',
|
||||
},
|
||||
{
|
||||
displayName: 'Collections',
|
||||
|
||||
Reference in New Issue
Block a user