[Backport v0.17 beta] Fix clearing optional dashboard filters - #3003
Merged
jerome-ng merged 1 commit intoAug 3, 2026
Conversation
jerome-ng
marked this pull request as ready for review
July 29, 2026 10:55
jerome-ng
requested review from
LSriragavan,
brandantck,
khairul-syazwan,
maggie-li-yd and
p-hoffmann
as code owners
July 29, 2026 10:55
khairul-syazwan
approved these changes
Jul 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Backports #2913 to
release/v0.17.0-beta.[]when a previously selected optional value is removed.Why
Selecting and then clearing an optional Cohort Builder wizard field could leave an invalid constraint and show an error. This applies the reviewed fix from #2913 to the v0.17 beta release line.
User impact
Users can clear optional dashboard filters without encountering the previous error.
Validation
npm --prefix plugins/ui/apps/vue-mri-ui-lib run test:unit -- src/utils/__tests__/dashboardFlowUtils.test.ts— 13 tests passed.git diff --check origin/release/v0.17.0-beta...HEAD— passed.c6479368ffc82a9274e39d1a05bee253ad18a81b).