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
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.