Closed (duplicate)
Project:
Feeds
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2010 at 18:17 UTC
Updated:
21 Jun 2011 at 17:06 UTC
Jump to comment: Most recent file
Comments
Comment #1
Will White commentedThis patch add an option to the data processor. Similar options could be added to processors. During the "delete"
op,hook_nodeapi()now checks for this option and runsclear()on the source if the option is true.Comment #2
alex_b commentedLooks good.
A) Can we call this option 'delete_with_source' or sth similarily descriptive (not delete_with_node though)?
B) Title should be much shorter "Delete with source", description can stay the same.
This is surprisingly simple!
Comment #3
Will White commentedHi Alex,
Here is an updated patch with the changes you suggested.
Thanks,
Will
Comment #4
alex_b commentedWill... we should cover this with a test.
This functionality is going to go into the next MN release and it's going to be one of these things that we won't notice if it breaks. The test should be *very quick* to write. If you have any questions around it, please poke me.
Comment #5
twistor commentedHaha... #608844: Optionally delete feed items with feed nodes
Comment #6
Will White commentedWow your patch is almost identical.
Comment #7
hellomobe commentedMay I have assistance with how to add this to 7.x 2.x version.