Show cipher collection ids during clone mode (#67)
This commit is contained in:
parent
76f60dd99e
commit
3b8df85241
|
@ -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();
|
await this.organizationChanged();
|
||||||
if (this.collectionIds != null && this.collectionIds.length > 0 && this.collections.length > 0) {
|
if (this.collectionIds != null && this.collectionIds.length > 0 && this.collections.length > 0) {
|
||||||
this.collections.forEach((c) => {
|
this.collections.forEach((c) => {
|
||||||
|
|
Loading…
Reference in New Issue