Closed (won't fix)
Project:
Views Bulk Operations (VBO)
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 May 2009 at 17:47 UTC
Updated:
7 May 2009 at 21:25 UTC
Comments
Comment #1
infojunkieWhat you're asking for is a very specific piece of logic, that only applies to parent-child relationships between nodes. I would advise to write an action that, given a list of parent (or children) nodes, copies the relevant terms from its children (or to its parent, respectively). You can then use that action through VBO.
Alternatively, you could try to use the CCK fields bulk editing action, and write custom code in the Code section of that action to pull the terms from the children nodes.
Either way, you will need to write code that manipulates taxonomy fields. I unfortunately cannot commit to working on that feature request in the near future, but I'd be glad to help out if someone else undertakes this effort.
Comment #2
infojunkieComment #3
ErwanF commentedI understand, thanks a lot for your answer.
Comment #4
infojunkieMarking as won't fix until someone takes it up.