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

[Bug] Number of products per page is ignored #1935

Open
1 task done
super-kamil opened this issue Aug 11, 2022 · 3 comments
Open
1 task done

[Bug] Number of products per page is ignored #1935

super-kamil opened this issue Aug 11, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@super-kamil
Copy link

What happened?

Number of products per page is ignored and is always 10.

Settings -> Products

image

Steps To Reproduce

  1. Go to Settings -> Products
  2. Set Number of products per page to 20
  3. It will still display 10

Is there an existing issue for this?

  • I have searched the existing issues

Version

Latest stable (generated by CLI)

Which element is affected?

No response

Environment

No response

Relevant log output

No response

@super-kamil super-kamil added the bug Something isn't working label Aug 11, 2022
@super-kamil
Copy link
Author

Found a workaround.

defaultsConfigBuilder().replace("useCms.limit", 24) in shopware-pwa.config.js

However, it would be easier to be able to use the Shopware setting for this.

@super-kamil
Copy link
Author

Ok it's not a workaround... on other pages (2, 3, 4...) there are only 10 items visible again

@super-kamil
Copy link
Author

this workaround works:

defaultsConfigBuilder().replace("useCms.limit", 50);
defaultsConfigBuilder().replace("useListing.limit", 50);

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