Skip to content

Commit

Permalink
Merge pull request #35 from hotwax/#34_decision_rule_and_condiiton_view
Browse files Browse the repository at this point in the history
Fixed: Corrected DecisionRuleAndCondition view to add conditionCreatedDate correctly (#34).
  • Loading branch information
dixitdeepak authored Dec 3, 2024
2 parents 6836170 + 15775ea commit ae27204
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entity/ProductFacilityViewEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ under the License.
<exclude field="sequenceNum"/>
</alias-all>
<alias-all entity-alias="RC">
<exclude field="createdDate"/>
<exclude field="ruleId"/>
</alias-all>
<alias entity-alias="RC" name="conditionCreatedDate" field="createdDate"/>
</view-entity>

<view-entity entity-name="ProductFeatureAndType" package="co.hotwax.product.feature">
Expand Down

0 comments on commit ae27204

Please sign in to comment.