Skip to content

Properly remove on_delete and on_update callbacks that fail.#822

Merged
texodus merged 3 commits intomasterfrom
fix-callbacks
Nov 24, 2019
Merged

Properly remove on_delete and on_update callbacks that fail.#822
texodus merged 3 commits intomasterfrom
fix-callbacks

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

Development

Successfully merging this pull request may close these issues.

4 participants