1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02:00

Show cipher collection ids during clone mode (#67)

This commit is contained in:
Vincent Salucci 2020-02-07 09:42:15 -06:00 committed by GitHub
parent 76f60dd99e
commit 3b8df85241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) => {