Description
In OFBIZ-4079 Martin Kreidenweis fixed some issues in Content/ CMS (see https://demo-trunk.ofbiz.apache.org/content/control/WebSiteCms?webSiteId=CmsSite)
So now it works, but he simultaneoulsy signaled some points.
- He used regular form submit instead of ajax for new content for now, thus:
- ajaxSubmitForm() can't handle new content, it won't reload the form because it doesn't know the new contentId
+ some controller changes would probably be necessary to make that work (return new contentId as JSON) - nav tree is not updated with ajax submit currently
- ajaxSubmitForm() can't handle new content, it won't reload the form because it doesn't know the new contentId