Author: adrianc
Date: Wed Apr 15 18:08:18 2009
New Revision: 765288
URL:
http://svn.apache.org/viewvc?rev=765288&view=revLog:
Fixed a problem with the indexWorkEffortKeywords service - reported in
https://issues.apache.org/jira/browse/OFBIZ-2268.
Modified:
ofbiz/trunk/applications/workeffort/servicedef/services.xml
Modified: ofbiz/trunk/applications/workeffort/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/servicedef/services.xml?rev=765288&r1=765287&r2=765288&view=diff==============================================================================
--- ofbiz/trunk/applications/workeffort/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/workeffort/servicedef/services.xml Wed Apr 15 18:08:18 2009
@@ -568,7 +568,7 @@
location="component://workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml" invoke="indexWorkEffortKeywords">
<description>Index the Keywords for a WorkEffort</description>
<attribute name="workEffortId" type="String" mode="IN" optional="false"/>
- <attribute name="workEffortInstance" type="GenericValue" mode="IN" optional="true"/>
+ <attribute name="workEffortInstance" type="org.ofbiz.entity.GenericValue" mode="IN" optional="true"/>
</service>
<service name="createWorkEffortKeyword" default-entity-name="WorkEffortKeyword" engine="simple"
location="component://workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml" invoke="createWorkEffortKeyword" auth="true">