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
2.8.0, possibly 2.7 too
Taiga DH 704
The TemporaryFileUpload records related to a submission block the removal of the submission via the admin interface.
TemporaryFileUpload
Instead, I'd expect these to be cascade deleted along with the submission itself.
The DB model specifies on_delete=models.CASCADE - the model admin has ReadOnlyAdminMixin but maybe this is too much? It was done in 145c22d
on_delete=models.CASCADE
ReadOnlyAdminMixin
No response
None
The text was updated successfully, but these errors were encountered:
🐛 [#4763] Allow temporary file uploads to be deleted
9d7de8e
Merge pull request #4805 from open-formulieren/bug/4763-temporary-fil…
22d641b
…e-upload-blocking-submission-deletion 🐛 [#4763] Allow temporary file uploads to be deleted
robinmolen
Successfully merging a pull request may close this issue.
Product versie / Product version
2.8.0, possibly 2.7 too
Customer reference
Taiga DH 704
Omschrijf het probleem / Describe the bug
The
TemporaryFileUpload
records related to a submission block the removal of the submission via the admin interface.Instead, I'd expect these to be cascade deleted along with the submission itself.
The DB model specifies
on_delete=models.CASCADE
- the model admin hasReadOnlyAdminMixin
but maybe this is too much? It was done in 145c22dStappen om te reproduceren / Steps to reproduce
No response
Verwacht gedrag / Expected behavior
No response
Screen resolution
None
Device
None
OS
None
Browser
No response
The text was updated successfully, but these errors were encountered: