mirror of
https://github.com/bitwarden/browser
synced 2026-01-06 10:33:57 +00:00
populate the collection's external id when importing (#10114)
This commit is contained in:
@@ -100,6 +100,7 @@ export class CollectionService implements CollectionServiceAbstraction {
|
||||
collection.id = model.id;
|
||||
collection.organizationId = model.organizationId;
|
||||
collection.readOnly = model.readOnly;
|
||||
collection.externalId = model.externalId;
|
||||
collection.name = await this.cryptoService.encrypt(model.name, key);
|
||||
return collection;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user