This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new fa1e6a3761 Improved: The big problem when loading seed. (OFBIZ-7754)
fa1e6a3761 is described below

commit fa1e6a3761d7a265e89259fb210ac32b33e33ce4
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Thu Sep 29 07:11:28 2022 +0200

    Improved: The big problem when loading seed. (OFBIZ-7754)
    
    Improves comment: multitenant can be a reason to use 
CommonSystemPropertyData.xml
---
 framework/common/ofbiz-component.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/common/ofbiz-component.xml 
b/framework/common/ofbiz-component.xml
index b4311bfe5f..3b538ac307 100644
--- a/framework/common/ofbiz-component.xml
+++ b/framework/common/ofbiz-component.xml
@@ -27,7 +27,7 @@ under the License.
     <entity-resource type="model" reader-name="main" loader="main" 
location="entitydef/entitymodel.xml"/>
 
     <entity-resource type="data" reader-name="seed" loader="main" 
location="data/CommonSecurityPermissionSeedData.xml"/>
-    <!-- <entity-resource type="data" reader-name="seed-initial" loader="main" 
location="data/CommonSystemPropertyData.xml"/> Use it if you need/want-->
+    <!-- <entity-resource type="data" reader-name="seed-initial" loader="main" 
location="data/CommonSystemPropertyData.xml"/> Use it if you need/want, notably 
if you use multitenant-->
     <entity-resource type="data" reader-name="seed" loader="main" 
location="data/CommonTypeData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" 
location="data/CurrencyData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" 
location="data/CountryCodeData.xml"/>

Reply via email to