On a fresh install of Drupal 6.10 with only the following non-default modules enabled:
CCK: 6.x-2.x-dev (current as of issue)
FileField: 6.x-3.0-beta2
ImageField: 6.x-3.0-beta2
Create a FileField against any Content Type and use the default settings, then goto Display fields and the FileField will have Image as it's default displays.
Possibly an issue with ImageField, but figured (possibly wrongly) that this would be the better place to notify of the issue as it hurts FileField not ImageField.
Cheers,
Deciphered.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | imagefield_default_formatter2.patch | 1.16 KB | quicksketch |
Comments
Comment #1
quicksketchDoh, you're very correct. I was a little overzealous in #320382: Make "Image" the Default Formatter.
Comment #2
quicksketchI added a check to only make "Image" the default formatter for ImageField widgets.