Skip to content
Snippets Groups Projects
Commit 19dc7fa9 authored by Alexander Schnitzler's avatar Alexander Schnitzler Committed by Daniel Goerz
Browse files

[BUGFIX] Re-enable dynamic resolving of view objects

With https://review.typo3.org/c/Packages/TYPO3.CMS/+/59514/ all
possibilities have been taken to define which view class to use
based on the current plugin environment parameters like controller
name, action name and format. Since this is used a lot in user land
code, this functionality has been re-enabled for version 10. But
still, the main flaw of the original code, i.e. checking for
possibly defined classes, is avoided. Instead, users can implement
a deterministic view resolver which ensures view objects that
implement the ViewInterface.

Releases: master
Resolves: #90892
Change-Id: Ide2919a6d86b2904087d3d7aa8dfece1abee4658
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64017


Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent 94950982
No related merge requests found
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