🐛 Fix update:group in Bitwarden node (#1580)

*  Fix default args for update:group

*  Add external IDs to resource loader
This commit is contained in:
Iván Ovejero
2021-03-29 10:06:07 +02:00
committed by GitHub
parent 33c70153c8
commit 2ee5853bd0
3 changed files with 24 additions and 15 deletions

View File

@@ -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',