From 55b12045102d0d0e247afac165652aadfde17296 Mon Sep 17 00:00:00 2001 From: Jacques Bodin-Hullin Date: Thu, 17 Sep 2020 00:23:43 +0200 Subject: [PATCH] Typo in UPGRADE-1.8.md --- UPGRADE-1.8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE-1.8.md b/UPGRADE-1.8.md index 5da53ebe17d..4c279d322b6 100644 --- a/UPGRADE-1.8.md +++ b/UPGRADE-1.8.md @@ -93,7 +93,7 @@ The later is being decorated by `sylius.context.channel.cached` which caches the time out during this ajax request (previously no serialization group was defined on this route). 1. We now use the parameter `sylius_admin.path_name` to retrieve the admin routes prefix. If you used the `/admin` prefix -in some admin URLs you can now replace `/admin` by `/%sylius_admin.path_prefix%`. +in some admin URLs you can now replace `/admin` by `/%sylius_admin.path_name%`. Also the route is now dynamic. You can change the `SYLIUS_ADMIN_ROUTING_PATH_NAME` environment variable to custom the admin's URL. 1. Replace the DoctrineMigrationsBundle configuration in `config/packages/doctrine_migrations.yaml`: