Author: sichen
Date: Wed Aug 16 12:21:13 2006
New Revision: 431995
URL:
http://svn.apache.org/viewvc?rev=431995&view=revLog:
Point deleteMarketingCampaignRole service to the correct simplemethod service.
Modified:
incubator/ofbiz/trunk/applications/marketing/servicedef/services.xml
Modified: incubator/ofbiz/trunk/applications/marketing/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/marketing/servicedef/services.xml?rev=431995&r1=431994&r2=431995&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/marketing/servicedef/services.xml (original)
+++ incubator/ofbiz/trunk/applications/marketing/servicedef/services.xml Wed Aug 16 12:21:13 2006
@@ -90,7 +90,7 @@
<auto-attributes include="nonpk" mode="IN" optional="true"/>
</service>
<service name="deleteMarketingCampaignRole" default-entity-name="MarketingCampaignRole" engine="simple"
- location="org/ofbiz/marketing/campaign/CampaignServices.xml" invoke="removeMarketingCampaignRole" auth="true">
+ location="org/ofbiz/marketing/campaign/CampaignServices.xml" invoke="deleteMarketingCampaignRole" auth="true">
<description>Remove Role from Campaign</description>
<auto-attributes include="pk" mode="IN" optional="false"/>
</service>