From 3b8df85241256e69d5e4b035d9e123bf7f59de5b Mon Sep 17 00:00:00 2001 From: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com> Date: Fri, 7 Feb 2020 09:42:15 -0600 Subject: [PATCH] Show cipher collection ids during clone mode (#67) --- src/angular/components/add-edit.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/angular/components/add-edit.component.ts b/src/angular/components/add-edit.component.ts index eea9e3dde49..4eb6a8ca38f 100644 --- a/src/angular/components/add-edit.component.ts +++ b/src/angular/components/add-edit.component.ts @@ -201,7 +201,7 @@ export class AddEditComponent implements OnInit { } } - if (this.cipher != null && (!this.editMode || addEditCipherInfo != null)) { + if (this.cipher != null && (!this.editMode || addEditCipherInfo != null || this.cloneMode)) { await this.organizationChanged(); if (this.collectionIds != null && this.collectionIds.length > 0 && this.collections.length > 0) { this.collections.forEach((c) => {