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

[Discover Tab] Filter is not correctly reflected in the records list until we refresh the page #97

Open
mastropi opened this issue Jul 11, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@mastropi
Copy link
Collaborator

The following images illustrate the problem:

  1. We apply a filter on the line_number field, selecting all the records where the field is empty --> 3 records are selected (OK)
    image

  2. We apply the negative filter to select all the records where the field is NOT empty --> the 3 records shown above with empty line_number are still shown at the top (WRONG)

image

  1. We refresh the page --> now the 3 records with empty line_number are replaced with the correct records that should have been shown in step (2) (OK)

image

@mastropi mastropi added the bug Something isn't working label Jul 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant