Skip to content
Snippets Groups Projects
Commit 1ca23edf authored by Stefan Bürk's avatar Stefan Bürk Committed by Benjamin Franzke
Browse files

[BUGFIX] Use additional packageName for LinkBrowser view

Since the LinkBrowser uses custom templates, while usually
initialized outside of ext:recordlist, the packageName has
to be passed to the factory to announce the template paths.

Resolves: #97007
Related: #96962
Releases: main
Change-Id: I9c24c85dbfcc0dd991259ed1b4c2d0c5e0954b83
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73676


Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenjamin Franzke <bfr@qbus.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarBenjamin Franzke <bfr@qbus.de>
parent 324c7dcb
Branches
Tags
No related merge requests found
......@@ -158,7 +158,7 @@ abstract class AbstractLinkBrowserController
$this->loadLinkHandlers();
$this->initCurrentUrl();
$view = $this->backendViewFactory->create($request);
$view = $this->backendViewFactory->create($request, ['typo3/cms-recordlist']);
$menuData = $this->buildMenuArray();
$renderLinkAttributeFields = $this->renderLinkAttributeFields($view);
if (method_exists($this->displayedLinkHandler, 'setView')) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment