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.

CommentFileSizeAuthor
#1 nodeapi_load.patch401 byteslourenzo

Comments

lourenzo’s picture

Status: Active » Needs review
StatusFileSize
new401 bytes

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.