Actions
Bug #90506
closedThe new fluid-based page module has a couple of bugs (button label, static analysis)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2020-02-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
A few bugs have been detected in the fluid-based page module:
- The label of the "new content" button is missing when using Fluid 2.x
- Two cases of undefined variable access reported by static analysis
These should be fixed before 10.3 release.
------ ------------------------------------------------------------------------------------------
Line backend/Classes/View/BackendLayout/BackendLayout.php
------ ------------------------------------------------------------------------------------------
337 Access to an undefined property TYPO3\CMS\Backend\View\BackendLayout\BackendLayout::$id.
------ ------------------------------------------------------------------------------------------
------ ------------------------------------------------------------------------------------------------------
Line backend/Classes/View/BackendLayout/Grid/GridColumnItem.php
------ ------------------------------------------------------------------------------------------------------
216 Access to an undefined property TYPO3\CMS\Backend\View\BackendLayout\Grid\GridColumnItem::$pageinfo.
------ ------------------------------------------------------------------------------------------------------
Actions