I have a strange problem: i have created a project to extend the back office with a new section and tree in it. I could manage to integrate it into a test Umbraco site during development, now i would like to create a package from it.
I have created the package, set up several action, but i'm stuck at a point: my custom section with icon appears, but the tree panel /window is completely empty. Absolutely no nodes in it, neither the ROOT node that caled the same as the section title. (in the package actions, i have granted permission for the current user, did the addApplication, also did addApplicationTree and AddTreeNodeType)
I have done googling and tried many things, also checked other package.xml but no luck so far.
using: Umbraco v6.1.6
Anyone with experience with this?
Or with a checklist what should i check?
Packaging a project
Hi Guys!
I have a strange problem: i have created a project to extend the back office with a new section and tree in it. I could manage to integrate it into a test Umbraco site during development, now i would like to create a package from it.
I have created the package, set up several action, but i'm stuck at a point: my custom section with icon appears, but the tree panel /window is completely empty. Absolutely no nodes in it, neither the ROOT node that caled the same as the section title. (in the package actions, i have granted permission for the current user, did the addApplication, also did addApplicationTree and AddTreeNodeType)
I have done googling and tried many things, also checked other package.xml but no luck so far.
using: Umbraco v6.1.6
Anyone with experience with this? Or with a checklist what should i check?
Thanks, in advance, Istvan
Hi Istvan,
When creating the package did you check any of the document types related to the nodes ?
Am not sure nodes will be created if their respective document types are not present as well.
//fuji
Hi Fuji!
It is a custom section, where the nodes created programatically. They do not exists under Settings section.
Istvan
is working on a reply...