-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
AdminAdminBundle related issues and PRs.AdminBundle related issues and PRs.
Description
Sylius version affected: 2.0
Description
After sylius2.0 upgrade and switch to twig components, this route is no longer necessary, but still registered.
Sylius/src/Sylius/Bundle/AdminBundle/Resources/config/routing/customer.yml
Lines 25 to 32 in 27c5ab5
| sylius_admin_customer_orders_statistics: | |
| path: /orders-statistics | |
| methods: [GET] | |
| defaults: | |
| _controller: sylius_admin.controller.customer_statistics::renderAction | |
| _sylius: | |
| section: admin | |
| permission: true |
Possible Solution
Mark route as deprecated or remove fully, if BC promise allows it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
AdminAdminBundle related issues and PRs.AdminBundle related issues and PRs.