Skip to content

[New routing] Convert sylius_admin_customer_order_index route#18744

Merged
NoResponseMate merged 1 commit intoSylius:new-routingfrom
loic425:admin-customer-orders
Feb 2, 2026
Merged

[New routing] Convert sylius_admin_customer_order_index route#18744
NoResponseMate merged 1 commit intoSylius:new-routingfrom
loic425:admin-customer-orders

Conversation

@loic425
Copy link
Copy Markdown
Member

@loic425 loic425 commented Jan 22, 2026

Q A
Branch? new-routing
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Related tickets partially #18212
License MIT

Previous YAML routing:

sylius_admin_customer_order_index:
    path: /customers/{id}/orders
    methods: [GET]
    condition: "context.isSyliusRoutingBcLayerEnabled('admin_order')"
    defaults:
        _controller: sylius.controller.order::indexAction
        _sylius:
            section: admin
            permission: true
            template: "@SyliusAdmin/shared/crud/index.html.twig"
            grid: sylius_admin_customer_order
            vars:
                customer: expr:service('sylius.repository.customer').find($id)
                hook_prefix: 'sylius_admin.customer.order'

@loic425 loic425 requested review from a team as code owners January 22, 2026 13:00
@probot-autolabeler probot-autolabeler bot added the Admin AdminBundle related issues and PRs. label Jan 22, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jan 22, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 22, 2026

❌ Preview Environment deleted from Bunnyshell

Available commands:

  • 🚀 /bns:deploy to redeploy the environment

@loic425 loic425 force-pushed the admin-customer-orders branch from 108a327 to aeee3c0 Compare February 2, 2026 15:00
@NoResponseMate NoResponseMate merged commit b94427f into Sylius:new-routing Feb 2, 2026
36 checks passed
@loic425 loic425 deleted the admin-customer-orders branch February 2, 2026 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Admin AdminBundle related issues and PRs.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants