We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to copy a form with v9.0.1 I receive a 404 error when clicking "Copy".
Request error: The URL returned a 404 (not found): /umbraco/backoffice/umbracotrees/applicationtree/GetApplicationTrees
After a bit of debugging, I believe this is related to the request being made to GetApplicationTrees:
/umbraco/backoffice/umbracotrees/applicationtree/GetApplicationTrees?application=forms&tree=form&use=dialog&foldersonly=1
The tree parameter value is lower case which is causing the error, changing the value to "Form" succeeds.
The text was updated successfully, but these errors were encountered:
Thanks @benjiew - can replicate, and your fix resolves the problem. I'll get this in for 9.1, which is currently planned for release on Tuesday 16th.
Sorry, something went wrong.
No branches or pull requests
When trying to copy a form with v9.0.1 I receive a 404 error when clicking "Copy".
Request error: The URL returned a 404 (not found):
/umbraco/backoffice/umbracotrees/applicationtree/GetApplicationTrees
After a bit of debugging, I believe this is related to the request being made to GetApplicationTrees:
/umbraco/backoffice/umbracotrees/applicationtree/GetApplicationTrees?application=forms&tree=form&use=dialog&foldersonly=1
The tree parameter value is lower case which is causing the error, changing the value to "Form" succeeds.
The text was updated successfully, but these errors were encountered: