mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
collection management
This commit is contained in:
@@ -91,6 +91,12 @@ export class AddEditComponent extends BaseAddEditComponent {
|
||||
}
|
||||
}
|
||||
|
||||
editCollections() {
|
||||
if (this.cipher.organizationId != null) {
|
||||
this.router.navigate(['/collections'], { queryParams: { cipherId: this.cipher.id } });
|
||||
}
|
||||
}
|
||||
|
||||
cancel() {
|
||||
super.cancel();
|
||||
this.location.back();
|
||||
|
||||
Reference in New Issue
Block a user