Closed (fixed)
Project:
Draft
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2009 at 21:38 UTC
Updated:
8 Sep 2009 at 19:19 UTC
add an an image to an imagefield field and then click save draft. Now if you open that draft from your draft list, the image field is completely blank. Is this a bug or does the module not save these types of fields?
Comments
Comment #1
darren.ferguson commentedI doubt an image field can be saved if it works similar to an upload, i have not used them so cannot comment if they work correctly with the drafts or not. I guess this means they do not. If the image field provides upload capability then i do not believe it will work due to browser security.
Comment #2
DIMSKK commentedI am also facing a problem with my free tagging taxonomy field (tags). None of the tags are saving.
Comment #3
darren.ferguson commentedEverything that is a DOM element inside the form when saving will be saved, now if something alters the naming etc then this module can't pick that up and it must be picked up using the hook_draft() provided.
Comment #4
darren.ferguson commented