1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

cipher attachments

This commit is contained in:
Kyle Spearrin
2018-04-11 13:51:09 -04:00
parent 2005e00f27
commit f725aa9a60
6 changed files with 111 additions and 2 deletions

View File

@@ -82,6 +82,11 @@ export class AddEditComponent extends BaseAddEditComponent implements OnInit {
return false;
}
attachments() {
super.attachments();
this.router.navigate(['/attachments'], { queryParams: { cipherId: this.cipher.id } });
}
cancel() {
super.cancel();
this.location.back();