You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ui: show txn fingerprint details page with unspecified app
Previously, when the app was not specified in the url search
params for the txn details fingerprint page, the page would
fail to load. This commit allows the page to load when there
is no app specified but a fingerprint id that matches the
requested page in the payload. The first matching fingerprint id
is loaded.
Additionally, the TransactionDetailsLink will not include
the appNames search param unless the provided prop is non-nullish.
Fixes: cockroachdb#107731
Release note (bug fix): Txn fingerprint details page in the
console UI should load with the fingerprint details even if
no app is specified in the URL.
0 commit comments