Skip to content

Commit

Permalink
fix: correct display and filter slot config information in slot grid
Browse files Browse the repository at this point in the history
  • Loading branch information
delyriand committed Mar 19, 2024
1 parent 00ee560 commit c91fdac
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 c91fdac

Please sign in to comment.