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

Implement proper deletion handling for tasks #5823

Open
lukasgraf opened this issue Jul 15, 2019 · 0 comments
Open

Implement proper deletion handling for tasks #5823

lukasgraf opened this issue Jul 15, 2019 · 0 comments

Comments

@lukasgraf
Copy link
Member

Even though Tasks can't be deleted by our customers (via the user interface), we (developers) occasionally need to do so in rare cases.

This always involves deleting the Plone Task object, and then also removing the appropriate row from SQL. This is error prone and risky.

We should therefore implement a handler on an object deletion event that does this, and just behaves correcly if a task is deleted in Plone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants