From 6040b994788fec16b5258ec1112f333383303ee9 Mon Sep 17 00:00:00 2001 From: tuutti Date: Thu, 21 Mar 2024 07:28:56 +0200 Subject: [PATCH] UHF-8908: Renamed entity settings route --- helfi_api_base.routing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helfi_api_base.routing.yml b/helfi_api_base.routing.yml index 3ab7777..cb51d2c 100644 --- a/helfi_api_base.routing.yml +++ b/helfi_api_base.routing.yml @@ -7,10 +7,10 @@ helfi_api_base.integrations: _permission: 'access remote entities overview' helfi_api_base.entity_settings: - path: '/admin/structure/helfi-integrations' + path: '/admin/structure/helfi-entities' defaults: _controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage' - _title: 'HELfi: Integrations' + _title: 'HELfi: Entity settings' requirements: _permission: 'access remote entities overview'