I have used an clean new umbraco version 7.2.2 with starter kit and implemented only this one custom property editor in a custom dashboard. No error occurs. First I have implemented this in a existing version 7.2.2 with a lot of custom property editors and other customizations. The 404 error above must therefore be related.
I think it is not an issue directly in content resource. It works per default :)
contentResource.Save throw 404 Not Found Error
Hi all,
I use a custom dashboard to create content nodes. But contentResource.Save throw a 404 Not Found error:
This is my code in angularJS controller:
The node was created under the parentNode with the new name. But the alert is not run because the error throws the rest of the function.
Can anyone help me?
Best,
Sören
The same code above works now!
I have used an clean new umbraco version 7.2.2 with starter kit and implemented only this one custom property editor in a custom dashboard. No error occurs. First I have implemented this in a existing version 7.2.2 with a lot of custom property editors and other customizations. The 404 error above must therefore be related.
I think it is not an issue directly in content resource. It works per default :)
Now I have found the cause of this issue in my first post above.
In a property description in document type definition it was a '<' char. This has called the angularJS parser.
I have created an issue report here:
http://issues.umbraco.org/issue/U4-6339
Best,
Sören
is working on a reply...