Closed (outdated)
Project:
Feeds
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2010 at 00:06 UTC
Updated:
4 Mar 2016 at 21:44 UTC
Jump to comment: Most recent
If I am creating a new feed node and enter an invalid URL the validation returns me to the form, but doesn't maintain the invalid values to show in the form.
The $source_config array is empty when re-building the form in the sourceForm() method after a failed validation.
I'm not clear on the form building process yet, so not sure what I should be poking to fix this.
Comments
Comment #1
alex_b commentedNot entirely sure what is going on here either. Normally a form that does not validate will be kicked back to the user without fully rebuilding it, but using a cached version. Thus the form can contain the user's intermediary input. Does the form get completely rebuilt in these cases? If yes, why? The place to start reading up on how the form is generated by Feeds is FeedsSource::configForm().
Comment #2
kenorb commentedClosed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.