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

Nested Dynamic Filtering on web parts does not work #9994

Open
2 of 9 tasks
MissHerku opened this issue Nov 4, 2024 · 0 comments
Open
2 of 9 tasks

Nested Dynamic Filtering on web parts does not work #9994

MissHerku opened this issue Nov 4, 2024 · 0 comments
Labels
Needs: Triage 🔍 Awaiting categorization and initial review. type:bug-suspected Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.

Comments

@MissHerku
Copy link

Target SharePoint environment

SharePoint Online

What SharePoint development model, framework, SDK or API is this about?

💥 SharePoint Framework

Developer environment

None

What browser(s) / client(s) have you tested

  • 💥 Internet Explorer
  • 💥 Microsoft Edge
  • 💥 Google Chrome
  • 💥 FireFox
  • 💥 Safari
  • mobile (iOS/iPadOS)
  • mobile (Android)
  • not applicable
  • other (enter in the "Additional environment details" area below)

Additional environment details

  • browser version
  • SPFx version
  • Node.js version
  • etc

Describe the bug / error

There seem to be changes to the dynamic filtering between List Web Parts. With these changes, and when adding multiple dynamic filtering, it breaks the behavior and fails to filter the last list. If 3 lists are connected with dynamic filtering, meaning that one list act as a filter for one list, while also getting filters from another list, it won't filter correctly in the last list:

  • Choosing an item in List 1, filters List 2 as expected
  • Now choosing an item in List 2, does not filter List 3 as expected

However we can see that the dynamic filter is set correctly on all Web Parts, since:

  • Choosing an item directly in list 2, filters List 3 as expected
DynamicFiltering.mov

See Community post for reference

Steps to reproduce

  1. Add the same list x3 to a SharePoint Page (or 2 different lists with a column with the same value)
  2. Add dynamic filtering between List 1 and List 2
  3. Add dynamic filtering between List 2 and List 3
  4. If you choose an item in List 1, then any choices you make in List 2, won't affect List 3
  5. If you haven't made a choice in List 1, any choices in List 2 works as intended in List 3

Expected behavior

Until now, Dynamic filtering had no issues with nested/multiple dynamic filters. After choosing an item in List 1, you'd be able to choose an item in List 2 and with that get a filteres result in List 3.

@MissHerku MissHerku added the type:bug-suspected Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs. label Nov 4, 2024
@VesaJuvonen VesaJuvonen added the Needs: Triage 🔍 Awaiting categorization and initial review. label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: Triage 🔍 Awaiting categorization and initial review. type:bug-suspected Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.
Projects
None yet
Development

No branches or pull requests

2 participants