Active
Project:
CCK Teaser
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2009 at 15:29 UTC
Updated:
3 Aug 2009 at 17:51 UTC
Hi
this moduek is great, but I found that when I editing submitted content, then drupal join teaser and node body into node body.
The solution is change in modules/node/node_pages.inc
from
'#default_value' => $include ? $node->body : ($node->teaser . $node->body),
into
'#default_value' => $node->body,
Igorik
http://www.somvprahe.sk
Comments
Comment #1
sean_a commentedthis happens for me too.
Comment #2
gcassie commentedsame issue, but instead of hacking core try adding this to cck_teaser.module: