Closed (fixed)
Project:
ImageField
Version:
6.x-3.0-alpha1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2008 at 15:51 UTC
Updated:
27 Mar 2009 at 03:20 UTC
Is there workable Views support yet? I'm able to add the image field to a view, but it just displays the letter "f" and not the image. Am I doing something wrong or isn't views support working yet?
Comments
Comment #1
mshepherd commentedI've got it working with views2 - but the alt and title tags are replaced by the letter a... I can't see where this is being generated at all. Mystery! Maybe the f that gets displayed in your example is some alt text?
Comment #2
quicksketchThis has been fixed in #397578: Uncouple ImageField from FileField Custom Hooks. ImageField was not properly sanitizing it's data before sending it to Views.