I'm importing a feed with <!--break--> tags, but the actual splitting of the teaser and body does not happen.
The tag is imported fine into the node, but have no effect until I do a edit&save.
I'm importing a feed with <!--break--> tags, but the actual splitting of the teaser and body does not happen.
The tag is imported fine into the node, but have no effect until I do a edit&save.
Comments
Comment #1
Grayside commentedFeedsNodeProcessor::process() does not run the new node object through node_submit().
As such, while the teaser break syntax is in place, it is never processed to extract the teaser.
Comment #2
idcm commentedsubscribe
Comment #3
alex_b commentedThis should be fixed by now. As soon as a value is mapped to "body" a teaser should be generated; see code:
Setting to fixed. If this problem still occurs, please reopen.
Comment #4
idcm commentedthanks Alex but where does this go?
Comment #5
cglusky commented@idcm Alex is showing you the code that is already in the module to add teasers, so no action required. Should be fixed.