Closed (outdated)
Project:
Feeds
Version:
6.x-1.0-beta10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2011 at 06:41 UTC
Updated:
16 Jun 2016 at 20:46 UTC
Jump to comment: Most recent
A large batch (with multiple steps) that causes drupal_set_message() to be invoked early in the batch will not render the messages from early in the batch. I think this is because the AJAX requests of the batch processor cause any messages stored in the session to be cleared, so only messages added with a call to drupal_set_message()in the very last batch-process are actually respected.
Is this a bug or is there a feature of Feeds to work around this?
Seems related to #706536: Permission for showing failure/error + import success & deletion messages and maybe #861266: Feed import feedback messages about the number of created or updated items in the watchdog table.
Comments
Comment #1
twistor commented