Skip to content
Snippets Groups Projects
Commit b2bfb974 authored by Benni Mack's avatar Benni Mack Committed by Christian Kuhn
Browse files

[BUGFIX] Unify backend routes for workspace

Resolves: #103212
Releases: main, 12.4
Change-Id: If285a5cb1bb418ef7671ca6894827a059e5c1cb7
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84741


Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 26825240
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
*/
return [
'workspace_previewcontrols' => [
'path' => '/workspace/preview-control/',
'path' => '/workspace/preview-control',
'target' => \TYPO3\CMS\Workspaces\Controller\PreviewController::class . '::handleRequest',
],
];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment