Skip to content

Commit

Permalink
hothix: add to picker projection benefitPlan 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sniedzielski committed Feb 12, 2024
1 parent 163c77f commit ae44f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const DEFAULT_CONFIG = {
{ key: "contributionPlan.route.paymentPlans", ref: ROUTE_PAYMENT_PLANS },
{ key: "contributionPlan.route.paymentPlan", ref: ROUTE_PAYMENT_PLAN },
{ key: "contributionPlan.PaymentPlanPicker", ref: PaymentPlanPicker },
{ key: "contributionPlan.PaymentPlanPicker.projection", ref: ["id", "code", "name", "periodicity", "dateValidFrom", "dateValidTo", "isDeleted", "replacementUuid"] },
{ key: "contributionPlan.PaymentPlanPicker.projection", ref: ["id", "code", "name", "periodicity", "dateValidFrom", "dateValidTo", "isDeleted", "replacementUuid", "benefitPlan"] },
{ key: "contributionPlan.route.replacePaymentPlan", ref: ROUTE_PAYMENT_PLAN_REPLACE },
],
"core.Router": [
Expand Down

0 comments on commit ae44f58

Please sign in to comment.