Skip to content

Commit

Permalink
Merge 67a41e6 into f14ddd5
Browse files Browse the repository at this point in the history
  • Loading branch information
Numkil committed Jan 24, 2019
2 parents f14ddd5 + 67a41e6 commit 2f558f6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Kunstmaan/AdminListBundle/Resources/config/routing.yml
@@ -1,4 +1,4 @@
kunstmaan_entity_lock_check:
resource: '@KunstmaanAdminListBundle/Controller/EntityLockCheckController.php'
type: annotation
prefix: /admin/entity/lock
prefix: /%kunstmaan_admin.admin_prefix%/entity/lock
2 changes: 1 addition & 1 deletion src/Kunstmaan/CacheBundle/Resources/config/routing.yml
Expand Up @@ -2,4 +2,4 @@
kunstmaancachebundle_varnish:
resource: "@KunstmaanCacheBundle/Controller/VarnishController.php"
type: annotation
prefix: /admin
prefix: /%kunstmaan_admin.admin_prefix%
3 changes: 1 addition & 2 deletions src/Kunstmaan/ConfigBundle/Resources/config/routing.yml
@@ -1,5 +1,4 @@
kunstmaanconfigbundle_default:
path: /admin/settings/config/{internalName}
path: /%kunstmaan_admin.admin_prefix%/settings/config/{internalName}
defaults:
_controller: kunstmaan_config.controller.config:indexAction

Expand Up @@ -2,6 +2,6 @@
{{ bundle.getName()|lower }}_{{ entity_class|lower }}{{ type|lower }}_admin_list:
resource: '@{{ bundle.getName() }}/Controller/{{ entity_class }}{{ type }}AdminListController.php'
type: annotation
prefix: /{_locale}/admin/{{ entity_class|lower }}{{ type|lower }}/
prefix: /{_locale}/%kunstmaan_admin.admin_prefix%/{{ entity_class|lower }}{{ type|lower }}/
requirements:
_locale: "%requiredlocales%"
2 changes: 1 addition & 1 deletion src/Kunstmaan/PagePartBundle/Resources/config/routing.yml
@@ -1,5 +1,5 @@
KunstmaanMediaBundle_pagepartadmin:
resource: '@KunstmaanPagePartBundle/Controller/PagePartAdminController.php'
type: annotation
prefix: /admin
prefix: /%kunstmaan_admin.admin_prefix%

0 comments on commit 2f558f6

Please sign in to comment.