From 1e81c2d09da7b94ec3cb77fdcdb41b0d97c62526 Mon Sep 17 00:00:00 2001 From: Harmen Wessels <97173058+harmen-xb@users.noreply.github.com> Date: Fri, 8 Mar 2024 16:51:08 +0100 Subject: [PATCH] Fixed type --- ...join_conditions_are_in_same_order_as_attributes_(MDDE).xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/decomposed/extensions/MDDE_LDM/Profile/ExtendedSubObject/Stereotypes/mdde_SourceObject/Criteria/SourceObject_CanCheck_IsExpressionBusinessRule/Criteria/SourceObject_Is_ExpressionBusinessRule/Custom_Checks/Expression_business_rule_join_conditions_are_in_same_order_as_attributes_(MDDE).xml b/decomposed/extensions/MDDE_LDM/Profile/ExtendedSubObject/Stereotypes/mdde_SourceObject/Criteria/SourceObject_CanCheck_IsExpressionBusinessRule/Criteria/SourceObject_Is_ExpressionBusinessRule/Custom_Checks/Expression_business_rule_join_conditions_are_in_same_order_as_attributes_(MDDE).xml index 52411d4..2cf931a 100644 --- a/decomposed/extensions/MDDE_LDM/Profile/ExtendedSubObject/Stereotypes/mdde_SourceObject/Criteria/SourceObject_CanCheck_IsExpressionBusinessRule/Criteria/SourceObject_Is_ExpressionBusinessRule/Custom_Checks/Expression_business_rule_join_conditions_are_in_same_order_as_attributes_(MDDE).xml +++ b/decomposed/extensions/MDDE_LDM/Profile/ExtendedSubObject/Stereotypes/mdde_SourceObject/Criteria/SourceObject_CanCheck_IsExpressionBusinessRule/Criteria/SourceObject_Is_ExpressionBusinessRule/Custom_Checks/Expression_business_rule_join_conditions_are_in_same_order_as_attributes_(MDDE).xml @@ -35,7 +35,7 @@ Function CheckOrFixJoinConditions(objSourceObject, boolAutoFix) Dim intLastBRAttributeIndex : intLastBRAttributeIndex = objExpressionBusinessRule.Attributes.Count - 1 Dim intCurrentAttributeIndex ' Keep track of the number of input attributes we processed. - ' We start with -1, so in the first cycle it jumps to 0 and that's the index of the join condition this attribute should be references. + ' We start with -1, so in the first cycle it jumps to 0 and that's the index of the join condition this attribute should be referencing. Dim intCurrentInputAttributeIndex : intCurrentInputAttributeIndex = -1 For intCurrentAttributeIndex = 0 To intLastBRAttributeIndex Dim objBRAttribute : Set objBRAttribute = objExpressionBusinessRule.Attributes.Item(intCurrentAttributeIndex) @@ -124,4 +124,4 @@ End Function %Fix% = boolAutoCorrected End Function 1 - \ No newline at end of file +