4054: File attachments aren't deleted when removed from review requests
- Fixed
- Review Board
| brennie | |
| WeijieSun |
What version are you running?
2.0+
What's the URL of the page containing the problem?
r/XXXX/file/YYYY/
What steps will reproduce the problem?
- Create a review request
- Upload a file attachment
- Delete the file attachment
- Publish the review request
What is the expected output? What do you see instead?
The file should be deleted and inaccessible and the
FileAttachmentinstance should be deleted. However, the file is still available.What operating system are you using? What browser?
Any.
Please provide any additional information below.
Deleting the
FileAttachmentinstance should result in the file being deleted.