When I update a list of nodes (say 10) via a 'editablefields - table - no form' view type, those 10 nodes -- no matter if values are edited -- lose their content_taxonomy values in their content_type table (the term id value is reset to 0). Luckily I'm saving the field as both a taxonomy term and cck field value so I'm not losing the data entirely. The issue seems to lie in the fact that content_taxonomy resets its value.

This makes editablefields pretty much unusable for me now. Upgrading to 6.x isn't an option at the moment.

Comments

bsuttis’s picture

The only solution I've come up with so far is to change the CCK taxonomy field from 'save as both' to just 'save as tag'. I suppose it's fine for me, though I did like having the value in my content_type table as well as being in term_node, although I guess from a db standpoint it's better to reduce the redundancy.

acidpotato’s picture

Status: Active » Closed (fixed)

Marking as fixed, reopen as needed.