You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pg...@apache.org on 2018/08/02 13:10:26 UTC

svn commit: r1837297 - /ofbiz/ofbiz-framework/trunk/applications/datamodel/entitydef/party-entitymodel.xml

Author: pgil
Date: Thu Aug  2 13:10:26 2018
New Revision: 1837297

URL: http://svn.apache.org/viewvc?rev=1837297&view=rev
Log:
Fixed : File transfer management with communicationEvent and new contactMech FTP_ADDRESS
(OFBIZ-10245)

Fix package name of FtpAddress entity respecting renaming to 'org.apache.ofbiz'

Modified:
    ofbiz/ofbiz-framework/trunk/applications/datamodel/entitydef/party-entitymodel.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/datamodel/entitydef/party-entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/datamodel/entitydef/party-entitymodel.xml?rev=1837297&r1=1837296&r2=1837297&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/datamodel/entitydef/party-entitymodel.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/datamodel/entitydef/party-entitymodel.xml Thu Aug  2 13:10:26 2018
@@ -1305,7 +1305,7 @@ under the License.
       </index>
     </entity>
     <entity entity-name="FtpAddress"
-            package-name="org.ofbiz.party.contact"
+            package-name="org.apache.ofbiz.party.contact"
             title="Ftp server">
       <field name="contactMechId" type="id"/>
       <field name="hostname" type="long-varchar"/>