Breaking: #87511 - Remove $namespacesViewObjectNamePattern property
See forge#87511
Description
Property $namespaces
of class
\TYPO3\
has been
removed without replacement.
Impact
Overriding the property $namespaces
in
controllers that extend Action
will no longer trigger
the instantiation of another view object, derived from the pattern.
Affected Installations
All extensions that override the property $namespaces
.
Migration
If an action needs a template object other than the default
\TYPO3\
, the property $default
needs to be overridden.