Skip to content

Add runName save to backend for filter loading.#4822

Open
feyruzb wants to merge 3 commits intoEricsson:masterfrom
feyruzb:bugfix/no-run-names
Open

Add runName save to backend for filter loading.#4822
feyruzb wants to merge 3 commits intoEricsson:masterfrom
feyruzb:bugfix/no-run-names

Conversation

@feyruzb
Copy link
Copy Markdown
Collaborator

@feyruzb feyruzb commented Apr 16, 2026

This pull request makes a targeted update to the filter saving logic in the ReportFilter Vue component. The main change makes that the deprecated runName field is used for storing and loading of filter presets.

Filter preset compatibility:

  • When saving a filter preset, the code now creates a clone of reportFilter and manually inserts the runName property based on the selected run filters.
    (web/server/vue-cli/src/components/Report/ReportFilter/ReportFilter.vue)

Other minor changes:

  • Added a blank line for code organization before the deletePreset method. (web/server/vue-cli/src/components/Report/ReportFilter/ReportFilter.vue)

Closing #4816

@feyruzb feyruzb requested a review from bruntib April 16, 2026 09:57
@feyruzb feyruzb self-assigned this Apr 16, 2026
@feyruzb feyruzb requested a review from vodorok as a code owner April 16, 2026 09:57
@feyruzb feyruzb added bugfix 🔨 dev env ⛑️ Development environment labels Apr 16, 2026
@feyruzb feyruzb changed the title Add runName save to backend for filter loading Add runName save to backend for filter loading. Apr 16, 2026
@feyruzb feyruzb linked an issue Apr 16, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix 🔨 dev env ⛑️ Development environment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No run-names in ReportFilter

1 participant