Closed (fixed)
Project:
Outline Designer
Version:
6.x-1.0-rc3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2009 at 14:57 UTC
Updated:
25 Jul 2010 at 11:31 UTC
hi btopro,
this module looks really good as i need something like this for displaying/editing a structure of nodes of different contenttypes.
kust one question- i've got something special- a child node can reference TWO parent nodes. right now this is implemented as
two nodereference-fields from child to parent.
could something like this work with your module? it would mean, that a child node is displayed in two different branches of the
tree- but it needs to be the identical node (not a cloned copy as modifications should only be done on one node)?
regards
tom
Comments
Comment #1
thommyboy commentedComment #2
btopro commentedYou can do this backend via DB hacking but it's not something currently available in any module that I know of. Since this is built off of core books functionality if it's not a feature in books it probably wouldn't be supported. I'm not sure if it's possible either though I agree it should be.
Comment #3
pavel.karoukin commentedthommyboy,
probably you need to redo your project to use taxonomies. They already support 1:n relationships and Taxonomy Manager allow to edit this.
Just a random thought.
Regards,
Pavel
Comment #4
btopro commentedI agree, not going to add this in
Comment #5
thommyboy commentedwasn't here for some time- thanks for that idea, Pavel!