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

filter on group component shows all the data in the table #147

Closed
jeevananthank opened this issue May 11, 2021 · 4 comments
Closed

filter on group component shows all the data in the table #147

jeevananthank opened this issue May 11, 2021 · 4 comments
Labels
area/table related to grid/list/repeating groups bug/c1 kind/bug Something isn't working

Comments

@jeevananthank
Copy link
Contributor

Describe the bug

An app with group component configured with filter does not filter out the group that matches the criteria in the filter, and displays all the entries in the table.

To Reproduce

Steps to reproduce the behavior:

  1. Start an app with group component configured with filter on one or two fields in the group.
  2. Fill out group with values that does not match the filter defined in the group component.
  3. The values are shown in the table.

Expected behavior

The group items which are not matching the filter should not be shown in the group table.

Additional info

env: localtest
app: jeeva/test-5178

@jeevananthank
Copy link
Contributor Author

the filter is never triggered unless, the user enters a value matching the filter in layout.json. Once the user the enters the value from the filter, the subsequent items not matching the filter are not shown.

@Febakke Febakke transferred this issue from Altinn/altinn-studio May 24, 2022
@Magnusrm Magnusrm added the area/table related to grid/list/repeating groups label Sep 26, 2022
@Magnusrm Magnusrm moved this to Todo in Team Studio (old) Sep 26, 2022
@FinnurO
Copy link

FinnurO commented Oct 23, 2022

Relatwrt til #339 @bjosttveit er ikke dette noe du jobber med?

@bjosttveit
Copy link
Member

Tanken er å implementere filter på nytt med expressions #584 der disse problemene skal løses

@olemartinorg
Copy link
Contributor

Lukker denne da saken er kjent, har eksistert lenge, og tjenesteutviklere kan ha gjort seg avhengige av denne oppførselen (så vi kan ikke/bør ikke endre dette uten en breaking change). Som nevnt bør det heller lages noe nytt. Se også kommentarer i #339.

Repository owner moved this from Todo to Done in Team Studio (old) Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/table related to grid/list/repeating groups bug/c1 kind/bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

7 participants