Closed (fixed)
Project:
Feeds Image Grabber
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2010 at 06:31 UTC
Updated:
9 Aug 2010 at 19:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
publicmind commentedHi,
Can you provide more details, as I am unable to reproduce this? Before reporting make sure you have the latest revisions of all the dependent modules.
Cheers,
Comment #2
lyricnz commentedI started with a blank D6.17 site, enabled the Image modules, Feeds and Feeds Imagegrabber. Created a feed importer, and then an actual feed. Items were created. Then clicked "edit" on the Feed node, changed a few settings in the Imagegrabber section, then hit preview. My changes were not preserved. Version was latest -dev.
Comment #3
lyricnz commentedThe problem is that in hook_form_alter(), the module gets the values from feeds_imagegrabber_get_settings(), which overwrites what's set in $form_state
Comment #4
lyricnz commentedHere's a patch
Comment #5
publicmind commentedThanks Lyricnz, committed in dev.