Closed (fixed)
Project:
Editable Fields
Version:
5.x-3.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2009 at 23:32 UTC
Updated:
20 Apr 2013 at 18:39 UTC
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
Comment #1
bsuttis commentedThe 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.
Comment #2
acidpotato commentedMarking as fixed, reopen as needed.