custom edit.html file not displaying in custom section
I have created a custom section, but when I click on a node in my tree view, it does not load up my edit.html file, but it seems to load up html that is very similar to this.
i have it stored in ~/App_Plugins/LMS/backoffice/LMSTree/edit.html and a package.manifest that points to the controller .js file.
Please help explain why I am not able to have a custom edit.html file, how do I get umbraco to use this instead of the default one that it is showing?
Thank you very much for your help, this is very urgent.
Have you tried clearing the browser cache in order to see your changes? Is the debug attribute in you web.config file set to "true"? This disables the backoffice cache but it can be necessary to still clear the browser cache when making changes still.
Also...is the path to the edit.html pointing to the correct path? Do you see any error 404 when loading the custom section?
custom edit.html file not displaying in custom section
I have created a custom section, but when I click on a node in my tree view, it does not load up my edit.html file, but it seems to load up html that is very similar to this.
i have it stored in ~/App_Plugins/LMS/backoffice/LMSTree/edit.html and a package.manifest that points to the controller .js file.
Please help explain why I am not able to have a custom edit.html file, how do I get umbraco to use this instead of the default one that it is showing?
Thank you very much for your help, this is very urgent.
Hi Trent
It's most likely a caching issue.
Have you tried clearing the browser cache in order to see your changes? Is the debug attribute in you web.config file set to "true"? This disables the backoffice cache but it can be necessary to still clear the browser cache when making changes still.
Also...is the path to the edit.html pointing to the correct path? Do you see any error 404 when loading the custom section?
/Jan
is working on a reply...