Author: jleroux
Date: Fri Dec 14 21:29:57 2012
New Revision: 1422101

URL: http://svn.apache.org/viewvc?rev=1422101&view=rev
Log:
Closes <<TYPO in service name "udpateWebSitePathAlias">> reported by Atul Vani 
https://issues.apache.org/jira/browse/OFBIZ-5101

Modified:
    ofbiz/trunk/applications/content/servicedef/services_website.xml

Modified: ofbiz/trunk/applications/content/servicedef/services_website.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/servicedef/services_website.xml?rev=1422101&r1=1422100&r2=1422101&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/servicedef/services_website.xml (original)
+++ ofbiz/trunk/applications/content/servicedef/services_website.xml Fri Dec 14 
21:29:57 2012
@@ -92,7 +92,7 @@
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
-    <service name="udpateWebSitePathAlias" 
default-entity-name="WebSitePathAlias" engine="simple" auth="true"
+    <service name="updateWebSitePathAlias" 
default-entity-name="WebSitePathAlias" engine="simple" auth="true"
             
location="component://content/script/org/ofbiz/content/website/WebSiteServices.xml"
 invoke="updateWebSitePathAlias">
         <description>Update a WebSite Path Alias</description>
         <permission-service service-name="contentManagerPermission" 
main-action="UPDATE"/>


Reply via email to