Bad Interaction - NodeTeaser Cleared by EditableFields

jarea - January 26, 2008 - 02:59
Project:Node Teaser
Version:5.x-1.1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:needs review
Description

I am going to cross post this to the Editablefields Module as well.

Nodeteaser and Editablefields Modules are both installed.

I have a node (type article) with content in the nodeteaser field and with a CCK field called Publish Status.

I have a view that displays information about article nodes and presents Publish Status as an editablefield.

When I change the value of the Publish Status CCK field via the editable field on the view, it clears the nodeteaser field.

#1

lourenzo - June 12, 2008 - 17:35
Status:active» needs review

The problem is that nodeteaser doesn't provide a nodeapi 'load' action.
So when the view with editablefields loads the node, the nodeteaser's teaser is lost.

I've made this tiny patch to run nodeteasder stuff when any module loads a node.

AttachmentSize
nodeapi_load.patch 401 bytes
 
 

Drupal is a registered trademark of Dries Buytaert.