Closed (fixed)
Project:
ImageField
Version:
6.x-3.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2008 at 11:30 UTC
Updated:
15 Mar 2009 at 07:51 UTC
When the field form is being generated, the function imagefield_image_field_settings_form is not getting called. This is because when the filefield module is looking for candidate callbacks, it searches for .inc files of the format field-type_field.inc. However, for imagefields the type is 'image', not 'imagefield' so imagefield_field.inc does not get loaded.
Is this a bug in the field type, or is the filename itself incorrect?
Comments
Comment #1
quicksketchThe entire imagefield_field.inc file was removed in #397578: Uncouple ImageField from FileField Custom Hooks.