Author: hansbak
Date: Thu Oct 14 13:19:45 2010
New Revision: 1022517
URL:
http://svn.apache.org/viewvc?rev=1022517&view=revLog:
update blog info did not work
Modified:
ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml
Modified: ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml?rev=1022517&r1=1022516&r2=1022517&view=diff==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml Thu Oct 14 13:19:45 2010
@@ -70,7 +70,7 @@ under the License.
</request-map>
<request-map uri="updateBlog">
<security https="true" auth="true"/>
- <event type="service" invoke="createContent"/>
+ <event type="service" invoke="updateContent"/>
<response name="success" type="view" value="blogMain"/>
<response name="error" type="view" value="EditBlog"/>
</request-map>