Closed (fixed)
Project:
ImageField
Version:
5.x-2.4
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
14 Mar 2009 at 23:49 UTC
Updated:
29 Mar 2009 at 01:15 UTC
Currently we don't have a "default" formatter in the 2.4 version of ImageField. This is a problem because "default" is what CCK sets all formatters to upon new field creation. I couldn't find an issue for the original decision, #318058: Image not displayed is about as close as I could find.
This patch restores the "default" formatter, removes the imagefield_update_3() update (which changed the formatter), and adds imagefield_update_4(), which sets the formatter back to default.
| Comment | File | Size | Author |
|---|---|---|---|
| imagefield_formatter_update.patch | 2.67 KB | quicksketch |
Comments
Comment #1
quicksketchI've committed this fix, please post any problem caused by this patch here.
Comment #3
quicksketchAlso fixed #336452: Image not appearing in published node.