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

[BUGFIX] Delete remote ID only with parent record #100

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

mabolek
Copy link
Contributor

@mabolek mabolek commented Aug 24, 2023

When trying to delete a record, but the operation is unsuccessful, e.g. due to a permissions issue or another DataHandler error, the remote ID will no longer be deleted.

Fixes #99

When trying to delete a record, but the operation is unsuccessful, e.g. due to a permissions issue or another DataHandler error, the remote ID will no longer be deleted.

Fixes #99
@mabolek
Copy link
Contributor Author

mabolek commented Aug 24, 2023

@MattiasNilsson Great if you have a moment to review this PR.

@MattiasNilsson MattiasNilsson merged commit 40eb33f into master Aug 24, 2023
32 checks passed
@MattiasNilsson MattiasNilsson deleted the 99-deletes-remoteid-when-no-permission branch August 24, 2023 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trying to delete a record without permission will still delete the remote ID
2 participants