Skip to content

Bugfix: runNames not saved#4896

Open
feyruzb wants to merge 1 commit into
Ericsson:masterfrom
feyruzb:bugfix/run-names-not-saved
Open

Bugfix: runNames not saved#4896
feyruzb wants to merge 1 commit into
Ericsson:masterfrom
feyruzb:bugfix/run-names-not-saved

Conversation

@feyruzb

@feyruzb feyruzb commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

This pull request enhances the filter preset functionality by ensuring that the selected run names are correctly included when saving and retrieving report filter presets. It also updates the related tests to verify this new behavior.

Frontend changes:

  • When saving a filter preset in ReportFilter.vue, the selected run names are now explicitly added to the filter state (runName), ensuring they are serialized and stored as part of the preset.

Test updates:

  • The functional tests in test_filter_preset.py are updated to:
    • Include runName in the ReportFilter when creating and storing presets, and verify that this field is correctly saved and retrieved.

@feyruzb feyruzb self-assigned this Jun 15, 2026
@feyruzb feyruzb requested review from bruntib and vodorok as code owners June 15, 2026 13:41
@feyruzb feyruzb requested a review from dkrupp June 15, 2026 13:43
@feyruzb feyruzb force-pushed the bugfix/run-names-not-saved branch from b3f7cd2 to a089090 Compare June 15, 2026 14:01
@feyruzb feyruzb linked an issue Jun 15, 2026 that may be closed by this pull request
@feyruzb feyruzb requested review from gulyasgergely902 and removed request for dkrupp June 15, 2026 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Run names not saved when saving a filter preset

1 participant