Bug #55028
closedStatic TS must be available even when there is no page UID
100%
Description
Commit ba2386e7305e0d6e64db5cc485bc38728728ad8e https://review.typo3.org/26675 must be reverted - it destroys Extbase operability under the following criteria:
- Editing any record (pid is not set).
- Using any BE module that does not use the page tree.
Before, Extbase would look for the first root template. Felix removed this behaviour completely, replacing it with a raw $_GET['id']. This should be considered a HUGE breaking change for any third-party Extbase extension that operates in the BE without using a page tree. As such, it should not be allowed in the LTS.
Core extensions are not broken by this simply because they abuse the ext_typoscript_setup.txt pattern to load (massive) amounts of TS that cannot be controlled.
Updated by Anja Leichsenring almost 11 years ago
Discussion goes here: http://forge.typo3.org/issues/54701
Please comment there.
Updated by Marc Bastian Heinrichs almost 11 years ago
- Category set to Extbase
- Status changed from New to Closed
- Target version set to 6.2.0
Patch is reverted.
Claus Due wrote:
Core extensions are not broken by this simply because they abuse the ext_typoscript_setup.txt pattern to load (massive) amounts of TS that cannot be controlled.
But you would even have the same with typoscript on pid 0. But this is another story and should be discussed somewhere else.
Updated by Christian Kuhn about 6 years ago
- Related to Task #86262: Deprecate FE TypoScript processing in BE added