CMS SIte Content Creation Issue

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

CMS SIte Content Creation Issue

Stephen Rufle-2
I found this issue while trying to create a new top level item like the
existing "CMS Site Demo screen/decorator example" on the left Nave

Start at
https://demo-trunk.ofbiz.apache.org:8443/content/control/WebSiteCms?webSiteId=CmsSite

Click the "CMS" sub-tab next to "Parties"
I am presented with a "Data Type" drop-down
I choose "URL Resource" , click continue

Enter Data:
Name: "Test Top Page"
MapKey: "testMapKey"
Purpose: "Sub Content"
Url: "component://cmssite/widget/CmssiteScreens.xml#testScreen"

Click Save
Looks like it saved, but when I click link in the left nav the Url
portion is gone.

Locally I debugged far enough to see that I think that it has something
to do with the DataResource entity not getting populated. I am not sure
what to look at so I could provide a patch.

Anyone have any advice or clues on where to start looking.