We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: