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:
@@ -19,7 +19,7 @@
|
||||
<a
|
||||
appStopProp
|
||||
[routerLink]="[]"
|
||||
[queryParams]="{ cipherId: c.id }"
|
||||
[queryParams]="{ itemId: c.id }"
|
||||
queryParamsHandling="merge"
|
||||
title="{{ 'editItem' | i18n }}"
|
||||
>{{ c.name }}</a
|
||||
|
||||
Reference in New Issue
Block a user