Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm getting an error when I try to pick an email template for a form workflow
Request error: The URL returned a 404 (not found): /umbraco/backoffice/UmbracoTrees/ApplicationTree/GetApplicationTrees
Presume this is something to do with Config/trees.config but I'm not sure what I'm missing.
Config/trees.config
I recently manually upgraded Umbraco forms to 6.0.5.
I'm wondering now if I'm missing an
Yup, turns out i was missing the reference in my trees.config.
Adding this line fixed the issue
<add initialize="false" sortOrder="0" alias="emailTemplates" application="forms" title="Email Templates" iconClosed="icon-folder" iconOpen="icon-folder-open" type="Umbraco.Forms.Web.Trees.EmailTemplateTreeController, Umbraco.Forms.Web" />
Hey, I know that this was you replying to yourself.
Just to say that this was useful as I had the same issue. Thanks!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
404 not found /umbraco/backoffice/UmbracoTrees/ApplicationTree/GetApplicationTrees
I'm getting an error when I try to pick an email template for a form workflow
Presume this is something to do with
Config/trees.config
but I'm not sure what I'm missing.I recently manually upgraded Umbraco forms to 6.0.5.
I'm wondering now if I'm missing an
Yup, turns out i was missing the reference in my trees.config.
Adding this line fixed the issue
Hey, I know that this was you replying to yourself.
Just to say that this was useful as I had the same issue. Thanks!
is working on a reply...