You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2009/11/12 10:48:22 UTC

svn commit: r835316 - /ofbiz/branches/release09.04/applications/content/servicedef/services_content.xml

Author: lektran
Date: Thu Nov 12 09:48:21 2009
New Revision: 835316

URL: http://svn.apache.org/viewvc?rev=835316&view=rev
Log:
Back-ported from trunk r835314
Fixed incorrect package name, reported by Jeremy Wickersheimer in OFBIZ-3163

Modified:
    ofbiz/branches/release09.04/applications/content/servicedef/services_content.xml

Modified: ofbiz/branches/release09.04/applications/content/servicedef/services_content.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/content/servicedef/services_content.xml?rev=835316&r1=835315&r2=835316&view=diff
==============================================================================
--- ofbiz/branches/release09.04/applications/content/servicedef/services_content.xml (original)
+++ ofbiz/branches/release09.04/applications/content/servicedef/services_content.xml Thu Nov 12 09:48:21 2009
@@ -203,7 +203,7 @@
         <attribute mode="IN" name="targetOperationList" optional="true" type="List"/>
         <attribute mode="IN" name="contentPurposeList" optional="true" type="List"/>
         <attribute mode="INOUT" name="roleTypeList" optional="true" type="List"/>
-        <attribute mode="IN" name="userLogin" optional="true" type="org.ofbiz.core.entity.GenericValue"/>
+        <attribute mode="IN" name="userLogin" optional="true" type="GenericValue"/>
         <attribute mode="IN" name="contentIdTo" optional="true" type="String"/>
         <attribute mode="IN" name="contentIdFrom" optional="true" type="String"/>
         <attribute mode="IN" name="fromDate" optional="true" type="String"/>