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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | nodeapi_load.patch | 401 bytes | lourenzo |
Comments
Comment #1
lourenzo commentedThe 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.