Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(history-queries): selected filters now working for legacy history queries saved in storage without them #1333

Merged
merged 3 commits into from
Oct 23, 2023

Conversation

CachedaCodes
Copy link
Contributor

@CachedaCodes CachedaCodes commented Oct 19, 2023

EMP-2568

Motivation and context

Legacy HQ (history queries stored in the local storage before the new selectedFilters feature was created) caused an error because clicking on them resulted in the utility groupBy being called with undefined.

  • Dependencies. If any, specify:
  • Open issue. If applicable, link:

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that causes existing functionality to not work as expected)
  • Change requires a documentation update

What is the destination branch of this PR?

  • Main
  • Other. Specify:

How has this been tested?

Check if you have any legacy HQ in the local storage or create one by removing the selectedFilters field from an existing one and the select it.

@CachedaCodes CachedaCodes requested a review from a team as a code owner October 19, 2023 11:53
@diegopf diegopf self-requested a review October 19, 2023 14:40
@diegopf diegopf merged commit 96608f8 into main Oct 23, 2023
4 checks passed
@diegopf diegopf deleted the fix/EMP-2528-fix-selected-filters-for-legacy-hq branch October 23, 2023 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants