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 update or delete resets the pagination #4936

Merged
merged 1 commit into from
Jun 12, 2020
Merged

Conversation

fzaninotto
Copy link
Member

The problem was that the update or delete removes the cachedRequests from the store. The list controller properly uses the ids reducer in that case - but not the effect checking the validity of the pagination.

Closes #4902

@fzaninotto fzaninotto added the RFR Ready For Review label Jun 12, 2020
@djhi djhi added this to the 3.6.1 milestone Jun 12, 2020
@djhi djhi merged commit 818bfa7 into master Jun 12, 2020
@djhi djhi deleted the fix-redirect-to-page-one branch June 12, 2020 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Always redirecting to first page when make an edit or delete to an item in the list
2 participants