You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2010/10/14 15:19:45 UTC

svn commit: r1022517 - /ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml

Author: hansbak
Date: Thu Oct 14 13:19:45 2010
New Revision: 1022517

URL: http://svn.apache.org/viewvc?rev=1022517&view=rev
Log:
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>