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: product list after a logged in user clicked a filter navigation link on family page #1300

Merged
merged 1 commit into from
Oct 14, 2022

Conversation

SGrueber
Copy link
Collaborator

@SGrueber SGrueber commented Oct 13, 2022

PR Type

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no API changes)
[ ] Build-related changes
[ ] CI-related changes
[ ] Documentation content changes
[ ] Application / infrastructure changes
[ ] Other:

What Is the Current Behavior?

Filter navigation in product lists after category navigation (not search) does not work as expected if the user is logged in (displays too many products and not the expected filtered list).

Issue Number: Closes #1293

What Is the New Behavior?

Filter navigation in product lists does work the same for logged in and not logged in users.

Steps to Reproduce the Issue

  1. Go to https://intershoppwa.azurewebsites.net/
  2. Log in
  3. Go to Computers
  4. Select Tablets
  5. Select Acer
  6. Select filter Price >= $ 1000

instead of presenting only 1 filtered item the list becomes large .

Does this PR Introduce a Breaking Change?

[ ] Yes
[x] No

Other Information

AB#80168

AB#80337

@SGrueber SGrueber requested a review from jometzner October 13, 2022 07:39
@SGrueber SGrueber self-assigned this Oct 13, 2022
@SGrueber SGrueber added the bug Something isn't working label Oct 13, 2022
@SGrueber SGrueber added this to the 3.1 milestone Oct 13, 2022
@jometzner jometzner self-assigned this Oct 13, 2022
@SGrueber SGrueber merged commit ef8e2ba into develop Oct 14, 2022
@SGrueber SGrueber deleted the bugfix/category_filter_navigation branch October 14, 2022 10:04
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

Successfully merging this pull request may close these issues.

product filters not working for logged in user in category navigation context
2 participants