Posted by alex_b on July 13, 2010 at 7:23pm
2 followers
| Project: | Feeds |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Follow up from #753426: Partial update of nodes.
After we introduced real updating with #753426 we changed the meaning of "updating": it now designates a real update and what theretofore constituted "updating" is now "replacing".
Unfortunately, we did these adjustments only to the FeedsNodeProcessor and forgot all other processors: feed nodes, users, data, terms.
Patch coming.
Comments
#1
#2
Patch also deprecates FEEDS_NODE_SKIP_EXISTING in favor of FEEDS_SKIP_EXISTING to reflect the potential usage of these constants in other processors than the FeedsNodeProcessor.
#3
Committed: http://drupal.org/cvs?commit=392322
#4
Automatically closed -- issue fixed for 2 weeks with no activity.