1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-28 22:23:28 +00:00

[PS-788] - Item links use cipherId in query string (#2880)

* Replace 'cipherId' query param with 'itemId' for linkable ciphers
This commit is contained in:
Shane Melton
2022-06-13 07:14:09 -07:00
committed by GitHub
parent 4f9079dd4f
commit 2d72201650
4 changed files with 41 additions and 20 deletions

View File

@@ -19,7 +19,7 @@
<a
appStopProp
[routerLink]="[]"
[queryParams]="{ cipherId: c.id }"
[queryParams]="{ itemId: c.id }"
queryParamsHandling="merge"
title="{{ 'editItem' | i18n }}"
>{{ c.name }}</a