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

[gui] Fix weird file path filter #3479

Merged
merged 1 commit into from
Nov 4, 2021

Conversation

csordasmarton
Copy link
Contributor

Sometimes the file path filter at the selected items shows weird strings
for report count ({"buffer": ...}). This can be reproduced with the
following steps:

  • Filter File path filter with a regex which matches only one
    file path (e.g: *main.cpp) and apply the filter.
  • Filter again with the same value but now select and apply the regex
    filter option.

This commit will solve this problem and converts the report count value
to number properly.

Sometimes the file path filter at the selected items shows weird strings
for report count (`{"buffer": ...}`). This can be reproduced with the
following steps:
  - Filter `File path filter` with a regex which matches only one
  file path (e.g: `*main.cpp`) and apply the filter.
  - Filter again with the same value but now select and apply the regex
  filter option.

This commit will solve this problem and converts the report count value
to number properly.
@bruntib bruntib merged commit 92b5dd3 into Ericsson:master Nov 4, 2021
@csordasmarton csordasmarton deleted the fix_weird_file_path_filter branch January 28, 2022 11:04
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.

2 participants