[ofbiz-framework] branch trunk updated: Improved: Rename some connoted words like blacklist and whitelist (OFBIZ-12168)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch trunk updated: Improved: Rename some connoted words like blacklist and whitelist (OFBIZ-12168)

jleroux@apache.org
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 49a1438  Improved: Rename some connoted words like blacklist and whitelist (OFBIZ-12168)
49a1438 is described below

commit 49a1438806a6b69fb713157865d565fd5e3055d1
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Fri Feb 12 12:32:32 2021 +0100

    Improved: Rename some connoted words like blacklist and whitelist (OFBIZ-12168)
   
    The fk-name for OrderDenylist entity needs to be different from the one of
    OldOrderBlacklist
   
    Thanks to Deepak Dixit for spotting it
---
 applications/datamodel/entitydef/order-entitymodel.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/datamodel/entitydef/order-entitymodel.xml b/applications/datamodel/entitydef/order-entitymodel.xml
index 839cd37..907c46c 100644
--- a/applications/datamodel/entitydef/order-entitymodel.xml
+++ b/applications/datamodel/entitydef/order-entitymodel.xml
@@ -268,7 +268,7 @@ under the License.
       <field name="orderDenylistTypeId" type="id"></field>
       <prim-key field="denylistString"/>
       <prim-key field="orderDenylistTypeId"/>
-      <relation type="one" fk-name="ORDER_BKL_TYPE" rel-entity-name="OrderDenylistType">
+      <relation type="one" fk-name="ORDER_DNY_TYPE" rel-entity-name="OrderDenylistType">
         <key-map field-name="orderDenylistTypeId"/>
       </relation>
     </entity>