node (object manager, base)
leaf
(object manager, base)
object()
I build the hierarchy, set permissions as follows and do the factory edit
button trick
container - add_nodes
nodes - add_node
node - add_node, add_twigs
twigs - add_objects
I instantiate a container,
add a nodes object to the container,
add a node to th nodes.
At this point I can only add twigs though I think I should be able to add
nodes. I thought I would look at the SubOjbects list however the only object
that appears in the Subobjects list is nodes.
Am I missing something here? I have tried countless permutations with and
without the base class, deriving base from object manager etc... I
think one of my prior iterations actually worked but without the base class
concept though I seem unable to reproduce it now...
Does anyone have any ideas?
Thanks
Bob