Closed (fixed)
Project:
Scald: Media Management made easy
Version:
7.x-1.x-dev
Component:
Library/DnD
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2013 at 11:42 UTC
Updated:
1 May 2013 at 11:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
nagy.balint commentedHere is a patch with my workaround.
Comment #2
jcisio commentedWe also remarked this problem, but the bug is subtle (probably it happens when there is a problem with folder permission, I didn't have time to investigate). But we could simplify it a little more: use only thumbnail/transcoded thumbnail (which is already generated by the library context prerender). No longer needs the file/transcoded file url. And it'd be safe to wait for 1.0 to land this patch.
Comment #3
jcisio commentedThanks, committed patch #1.
I was in a favor of not to use file source for thumbnail because providers can prepare the thumbnail value. However I committed the patch as is because I think it is indeed safer.