We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move route name admin as a prefix out of the plugin.
admin
The way it's done in AdminBundle
sylius_admin: resource: "@SyliusAdminBundle/Resources/config/routing.yml" prefix: /admin
The way it's done in the plugin now:
sylius_admin_order_creation: resource: "@SyliusAdminOrderCreationPlugin/Resources/config/app/routing.yml"
change to:
sylius_admin_order_creation: resource: "@SyliusAdminOrderCreationPlugin/Resources/config/app/routing.yml" prefix: /admin
and remove admin from SyliusAdminOrderCreationPlugin/Resources/config/app/routing.yml
SyliusAdminOrderCreationPlugin/Resources/config/app/routing.yml
if it's okay I can commit changes
The text was updated successfully, but these errors were encountered:
#118
Sorry, something went wrong.
Merge pull request Sylius#117 from bitbager/master
d2cbd4a
Update composer
No branches or pull requests
Move route name
admin
as a prefix out of the plugin.The way it's done in AdminBundle
The way it's done in the plugin
now:
change to:
and remove admin from
SyliusAdminOrderCreationPlugin/Resources/config/app/routing.yml
if it's okay I can commit changes
The text was updated successfully, but these errors were encountered: