You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/04/02 08:21:51 UTC

svn commit: r761179 - /ofbiz/trunk/framework/common/data/CommonTypeData.xml

Author: hansbak
Date: Thu Apr  2 06:21:51 2009
New Revision: 761179

URL: http://svn.apache.org/viewvc?rev=761179&view=rev
Log:
add datasource for parties registred over myportal

Modified:
    ofbiz/trunk/framework/common/data/CommonTypeData.xml

Modified: ofbiz/trunk/framework/common/data/CommonTypeData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/data/CommonTypeData.xml?rev=761179&r1=761178&r2=761179&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/data/CommonTypeData.xml (original)
+++ ofbiz/trunk/framework/common/data/CommonTypeData.xml Thu Apr  2 06:21:51 2009
@@ -27,8 +27,10 @@
     <DataSourceType dataSourceTypeId="ADVERTISEMENT" description="Advertisement"/>
     <DataSourceType dataSourceTypeId="WEB" description="Web"/>
     <DataSourceType dataSourceTypeId="PARTNER" description="Partner"/>
-
+    <DataSourceType dataSourceTypeId="MY_PORTAL" description="Partner"/>
+    
     <DataSource dataSourceId="ECOMMERCE_SITE" dataSourceTypeId="WEBSITE_ENTRY" description="eCommerce Site Profile Maintenance"/>
+    <DataSource dataSourceId="MY_PORTAL" dataSourceTypeId="MY_PORTAL" description="My Portal Registration"/>
     <DataSource dataSourceId="GENERAL_MAILING" dataSourceTypeId="MAILING_LIST_SIGNUP" description="General Interest Mailing List Signup"/>
     <DataSource dataSourceId="CSR_ENTRY" dataSourceTypeId="ADMIN_ENTRY" description="Customer Service Rep Data Entry"/>
     <DataSource dataSourceId="GEN_ADMIN" dataSourceTypeId="ADMIN_ENTRY" description="General Administrative Data Entry"/>