fix(ops-view-routes): sync route filter toggle selection via component changeSubject

This commit is contained in:
2026-04-13 19:46:12 +00:00
parent e193b3a8eb
commit f1a11e3f6a
4 changed files with 17 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-04-13 - 13.17.3 - fix(ops-view-routes)
sync route filter toggle selection via component changeSubject
- Replaces the inline change handler on the route filter toggle with a subscription to the component's changeSubject in firstUpdated.
- Ensures switching between user and system routes updates the view reliably and is cleaned up through existing rxSubscriptions management.
## 2026-04-13 - 13.17.2 - fix(monitoring)
exclude unconfigured routes from domain activity aggregation