Skip to content

Commit

Permalink
Merge pull request #27 from delyriand/fix/slot-grid
Browse files Browse the repository at this point in the history
Correct display and filter slot config in slot grid
  • Loading branch information
delyriand authored Mar 19, 2024
2 parents bd17904 + 3db2195 commit 98f6f2d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sylius_grid:
slotType:
type: twig
label: monsieurbiz_shipping_slot.ui.slot_type
path: shipment.method.shippingSlotConfig
path: shippingSlotConfig
options:
template: "@MonsieurBizSyliusShippingSlotPlugin/Admin/Grid/Field/slot_type.html.twig"
channel:
Expand Down Expand Up @@ -91,7 +91,7 @@ sylius_grid:
type: entity
label: monsieurbiz_shipping_slot.ui.slot_type
options:
fields: [shipment.method.shippingSlotConfig]
fields: [shippingSlotConfig]
form_options:
class: "%monsieurbiz_shipping_slot.model.shipping_slot_config.class%"
channel:
Expand Down

0 comments on commit 98f6f2d

Please sign in to comment.