Closed (fixed)
Project:
Drupal core
Component:
blogapi.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2005 at 19:57 UTC
Updated:
10 Oct 2005 at 03:40 UTC
Editing an existing post via blogapi (in my case, set to MovableType) does not update the node's "trimmed post" string--it remains the same as when last committted from the Drupal installation itself.
Comments
Comment #1
(not verified) commentedHi,
this is my solution (ugly hack?) for blogapi.module and function blogapi_edit_post(). Just insert this:
on line 184 or somewhere before line:
Problem definition:
A $node->teaser is not empty after call node_load() function and blogs does not support teasers, so when node_validate($node) function is called a teaser is not recreated.
máca
Comment #2
killes@www.drop.org commentedfixed in cvs.
Comment #3
(not verified) commentedComment #4
(not verified) commentedComment #5
(not verified) commentedComment #6
(not verified) commentedComment #7
(not verified) commented