Closed (fixed)
Project:
Imagefield Crop
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2012 at 10:17 UTC
Updated:
8 Mar 2016 at 09:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
vinmassaro commentedWe are running into this bug as well. Default images uploaded when editing a content type that uses the imagefield crop widget get their status set to temporary in the file_managed table in the database. There are also duplicate default image fields as mentioned in #1.
Comment #2
simeonkesmev commentedThe problem occurs because imagefield_crop expects image module to handle the basic field settings. The problem is that the image module in image_field_update_field() has a check for field type and doesn't execute due to that. There is the actual file_usage and status setting of the default_image file.
Here is a patch that fixes the issue.
Comment #3
WidgetsBurritos commentedThis patch works for me.
Comment #4
ram4nd commentedAs per #3.
Comment #6
ram4nd commented