However in my project it is not. I installed Umbraco through nuget and am using version 7.7.9, is there something else I need to do to include this change?
Hi James, have you tried replicating the issue with a clean install? Maybe give it a go with the starter theme, then if that works try creating some really basic document types and try again.
If the bug is still there i'd suggest submitting an new issue with details of how to reproduce.
Content Template (Blueprint) Being Created at Root Node
No matter where I create a content node using a blueprint it is always placed on the root node. I seen this issue here saying that it should be fixed: http://issues.umbraco.org/issue/U4-10326#tab=Linked%20Issues
However in my project it is not. I installed Umbraco through nuget and am using version 7.7.9, is there something else I need to do to include this change?
Hi James, have you tried replicating the issue with a clean install? Maybe give it a go with the starter theme, then if that works try creating some really basic document types and try again.
If the bug is still there i'd suggest submitting an new issue with details of how to reproduce.
Hi Mike,
Thanks for your response.
I did what you said and replicated the issue on a fresh install: http://issues.umbraco.org/issue/U4-10981
Turns out my problem was that I was not setting the ParentId of the content before publishing.
is working on a reply...