svn commit: r500947 - /ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml

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

svn commit: r500947 - /ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml

lektran
Author: lektran
Date: Sun Jan 28 22:14:18 2007
New Revision: 500947

URL: http://svn.apache.org/viewvc?view=rev&rev=500947
Log:
Applied patch from Rashko Rejmer, OFBIZ-592 Wrong service invocation when removing Agreement Item Term

Modified:
    ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml

Modified: ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml?view=diff&rev=500947&r1=500946&r2=500947
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml Sun Jan 28 22:14:18 2007
@@ -718,7 +718,7 @@
     <request-map uri="ListAgreementItemTerms"><security https="true" auth="true"/><response name="success" type="view" value="ListAgreementItemTerms"/></request-map>
     <request-map uri="removeAgreementItemTerm">
         <security https="true" auth="true"/>
-        <event type="service" path="" invoke="removeAgreementTerm"/>
+        <event type="service" path="" invoke="deleteAgreementTerm"/>
         <response name="success" type="view" value="ListAgreementItemTerms"/>
         <response name="error" type="view" value="ListAgreementItemTerms"/>
     </request-map>