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 Optimistic Effects Handling #5212

Merged
merged 2 commits into from
Aug 31, 2020
Merged

Conversation

djhi
Copy link
Collaborator

@djhi djhi commented Aug 31, 2020

  • Fixes optimistic effects handling
    Before this fix, if you had a <List> with a <DeleteButton undoable> on every line, deleting multiples records one after the other would end up with an invalid state. Removed items would still appear in the list even if the server call was made.

  • Fixes beforeunload event handler removal

@djhi djhi added the RFR Ready For Review label Aug 31, 2020
@djhi djhi added this to the 3.8.3 milestone Aug 31, 2020
Comment on lines +308 to +311
warnBeforeClosingWindow,
{
capture: true,
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@fzaninotto fzaninotto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please describe the problem this PR solves

@fzaninotto fzaninotto merged commit 926d6fd into master Aug 31, 2020
@fzaninotto fzaninotto deleted the fix-optimistic-effects-handling branch August 31, 2020 15:06
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.

2 participants