Skip to content
Snippets Groups Projects
Commit 6ae719da authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Christian Kuhn
Browse files

[BUGFIX] Explicitly import `Viewport` in LiveSearch

The result container in LiveSearch used to use `TYPO3.Backend` to access
the righthand module container of the TYPO3 backend scaffold, which is
bad practice as the dependency is defined somewhere. It's better to
explicitly import the `Viewport` module, providing the same
functionality.

Resolves: #100125
Releases: main
Change-Id: I139b26370739d568b190ef7375527e491086a694
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78078


Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
parent c568946b
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