-
Notifications
You must be signed in to change notification settings - Fork 21
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
Paginator does not initialize settings correctly #1107
Labels
Comments
This only seems to happen for Notes, not in the Children list |
sleidig
added a commit
that referenced
this issue
Mar 1, 2022
Merged
Repository owner
moved this from In Progress
to Done
in Important Fixes & Enhancements
Mar 2, 2022
🎉 This issue has been resolved in version 3.1.0-master.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 3.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The paginator stores and loads its settings from the user entity. This is correctly visualized in the paginator but the connected datasource (the table) does not get correctly initialized.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The table should update accordingly with the user settings.
Additional context
The problem only happens when the view is initialized.
The text was updated successfully, but these errors were encountered: