package.manifest doesn't load files when used in custom section
Hi!
I have created a custom section (ProductsSection) with a custom tree (ProductsSectionTree). Displaying the section and tree works fine. When I click on a Product tree node I want to edit it, for sure ;-)
My problem is the package.manifest file is ignored in my plugins folder.
Following structure:
This edit.html file gets correctly loaded with the following content:
At a first glance it seems that the package.manifest file is saved in /ProductSection/Backoffice? - It should be saved in the Root of the /ProductSection folder instead I think.
Sorry if I'm wrong but when I look at the screedump it appears that way :)
package.manifest doesn't load files when used in custom section
Hi!
I have created a custom section (
ProductsSection
) with a custom tree (ProductsSectionTree
). Displaying the section and tree works fine. When I click on a Product tree node I want to edit it, for sure ;-)My problem is the
package.manifest
file is ignored in my plugins folder.Following structure:
This
edit.html
file gets correctly loaded with the following content:package.manifest:
Error is:
Argument 'app.ProductEditController' is not a function, got undefined
The network inspector does never request the files.
Any ideas what I am doing wrong? Naming convention issue?
Hi Tobias
At a first glance it seems that the package.manifest file is saved in /ProductSection/Backoffice? - It should be saved in the Root of the /ProductSection folder instead I think.
Sorry if I'm wrong but when I look at the screedump it appears that way :)
/Jan
Hi Jan! It's in the root, yes. I know, looking at such trees can be weird sometimes ;)
Hi Tobias,
I've got the same problem. Take a look in your UmbracoLog.txt, and look for an error related to parsing the package.manifest.
Best regards
Rasmus E.
is working on a reply...