Any anyone explain or signpost how to create a custom section multi-level tree? CreateTreeNode is set as having children but the following error occurs and the tree query value is missing.
not sure if it is the error but maybe try adding the public modifier to your class.
Besides that, the only thing I can think of is some mismatch of the alias used for tree alias, tree title or section alias.
Umbraco 7.6 Multi-level Custom Tree
Hi,
Any anyone explain or signpost how to create a custom section multi-level tree? CreateTreeNode is set as having children but the following error occurs and the tree query value is missing.
Thanks
JC
Hi John,
can you post how your TreeController looks right now?
Regards David
Hi John,
not sure if it is the error but maybe try adding the public modifier to your class. Besides that, the only thing I can think of is some mismatch of the alias used for tree alias, tree title or section alias.
Rest looks ok for me.
Regards David
Eureka, it was the public modifier. Thanks David.
is working on a reply...