Skip to content

Commit

Permalink
Fixed: Corrected DecisionRuleAndCondition view to add conditionCreate…
Browse files Browse the repository at this point in the history
…dDate correctly (#34).
  • Loading branch information
ravilodhi committed Sep 26, 2024
1 parent 6836170 commit 15775ea
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 15775ea

Please sign in to comment.