Closed (fixed)
Project:
Video
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2012 at 18:32 UTC
Updated:
8 Sep 2012 at 10:21 UTC
The thumbnails and converted videos are not properly deleted.
In video_field_delete(), the original is deleted first -- which means the lookups of thumbnails and converted videos don't return proper data, because the original record is gone. This patch simply rearranges the order of deletions so that the original is deleted last, allowing the thumbnails and converted videos to be found and deleted properly.
Note that even with this fix, any folders that were created for the converted videos and thumbnails are left behind, even after they are emptied out. We may need to deal with those as a separate issue, or decide if it's ok just to leave them.
| Comment | File | Size | Author |
|---|---|---|---|
| video-7.2.x-zencoder-delete.patch | 1.01 KB | aasarava |
Comments
Comment #1
Jorrit commentedThanks for the patch, committed.