-
Notifications
You must be signed in to change notification settings - Fork 854
Don't clear selected log entry in structured logs if filters are removed #2972
Copy link
Copy link
Labels
area-dashboardarea-telemetryTelemetry from the Aspire app to the dashboardTelemetry from the Aspire app to the dashboarddashboard-filter-sortIssues related to filtering and sorting in the dashboardIssues related to filtering and sorting in the dashboard
Milestone
Description
Currently the log entry is cleared if the filters change in any way. That's not strictly necessary if filters are only removed - the selection is necessarily still in the resulting set.
Original comment: #2913 (comment)
I think this could be improved by only clearing the selection if a filter is added/changed, and not if a filter is removed.
For example:
- Removing the text filter on resources/structured logs
- Removing an advanced filter on the structured logs
- Removing type filter on resources
- Removing level filter on structured logs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-dashboardarea-telemetryTelemetry from the Aspire app to the dashboardTelemetry from the Aspire app to the dashboarddashboard-filter-sortIssues related to filtering and sorting in the dashboardIssues related to filtering and sorting in the dashboard