File tree Expand file tree Collapse file tree 2 files changed +12
-21
lines changed
Expand file tree Collapse file tree 2 files changed +12
-21
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,3 @@ sylius_shop_ajax_cart_add_item:
1919 route : sylius_shop_cart_summary
2020 parameters : {}
2121 flash : sylius.cart.add_item
22-
23- # sylius_shop_ajax_cart_item_remove:
24- # path: /{id}/remove
25- # methods: [DELETE]
26- # defaults:
27- # _controller: sylius.controller.order_item::removeAction
28- # _format: json
29- # _sylius:
30- # flash: sylius.cart.remove_item
Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ sylius_shop_partial_taxon_show_by_slug:
1616 requirements :
1717 slug : .+
1818
19- # sylius_shop_partial_taxon_index_by_code:
20- # path: /by-code/{code}
21- # methods: [GET]
22- # defaults:
23- # _controller: sylius.controller.taxon::indexAction
24- # _sylius:
25- # template: $template
26- # repository:
27- # method: findChildren
28- # arguments:
29- # - $code
30- # - "expr:service('sylius.context.locale').getLocaleCode()"
19+ sylius_shop_partial_taxon_index_by_code :
20+ path : /by-code/{code}
21+ methods : [GET]
22+ defaults :
23+ _controller : sylius.controller.taxon::indexAction
24+ _sylius :
25+ template : $template
26+ repository :
27+ method : findChildren
28+ arguments :
29+ - $code
30+ - " expr:service('sylius.context.locale').getLocaleCode()"
3131
3232sylius_shop_partial_channel_menu_taxon_index :
3333 path : /by-channel-menu-taxon/
You can’t perform that action at this time.
0 commit comments