From e0cb97cb228152230fc5b355733089665617924e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Gu=CC=88nther?= Date: Thu, 28 Dec 2023 18:09:33 +0100 Subject: [PATCH] BUGFIX: Adds missing routes --- .../Controller/BackendController/index.fusion | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Resources/Private/Fusion/Backend/Controller/BackendController/index.fusion b/Resources/Private/Fusion/Backend/Controller/BackendController/index.fusion index 9f9b031b0d..e3d0b9e28c 100644 --- a/Resources/Private/Fusion/Backend/Controller/BackendController/index.fusion +++ b/Resources/Private/Fusion/Backend/Controller/BackendController/index.fusion @@ -126,6 +126,9 @@ Neos.Neos.Ui.BackendController.index = Neos.Fusion:Template { flowQuery = Neos.Fusion:UriBuilder { action = 'flowQuery' } + generateUriPathSegment = Neos.Fusion:UriBuilder { + action = 'generateUriPathSegment' + } getWorkspaceInfo = Neos.Fusion:UriBuilder { action = 'getWorkspaceInfo' } @@ -190,6 +193,18 @@ Neos.Neos.Ui.BackendController.index = Neos.Fusion:Template { controller = 'Service\\ContentDimensions' action = 'index' } + impersonateStatus = Neos.Fusion:UriBuilder { + package = 'Neos.Neos' + controller = 'Backend\\Impersonate' + action = 'status' + format = 'json' + } + impersonateRestore = Neos.Fusion:UriBuilder { + package = 'Neos.Neos' + controller = 'Backend\\Impersonate' + action = 'restoreWithResponse' + format = 'json' + } } modules = Neos.Fusion:DataStructure { prototype(Neos.Fusion:UriBuilder) {