Closed (works as designed)
Project:
File Entity (fieldable files)
Version:
7.x-2.0-unstable4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 May 2012 at 11:02 UTC
Updated:
26 Jun 2012 at 09:48 UTC
Comments
Comment #1
agoradesign commentedI'll close that because it works as designed. These changes are the reason for that: http://drupal.org/node/1142630#comment-5690580
See the comment of file_entity_file_formatter_file_image_view() function: "This formatter is only capable of displaying local images. If the passed in file is either not local or not an image, nothing is returned, so that file_view_file() can try another formatter."
=> Remote Stream Wrapper has to implement its own image formatter.
I've replied to the corresponding bug report of egarias in the Remote Stream Wrapper module's issue tracker: http://drupal.org/node/1585908#comment-6163166