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

Properly remove on_delete and on_update callbacks that fail. #822

Merged
merged 3 commits into from
Nov 24, 2019

Conversation

sc1f
Copy link
Contributor

@sc1f sc1f commented Nov 18, 2019

This PR fixes behavior around update/delete callbacks in JS. Previously, only remove_update was called in case of a failing callback—this PR calls the right removal function based on the method (remove_update or remove_delete).

@timkpaine timkpaine added bug Concrete, reproducible bugs Python JS and removed Python labels Nov 19, 2019
@texodus
Copy link
Member

texodus commented Nov 24, 2019

Thanks for the PR! Looks good!

@texodus texodus merged commit df05d2a into master Nov 24, 2019
@texodus texodus deleted the fix-callbacks branch November 24, 2019 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs JS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants