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.
------ ------------------------------------------------------------------------------------------------------
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63390
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63390
Updated by Gerrit Code Review over 4 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63390
Updated by Anonymous over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a8b8b7a4796ca2fcdfa2b5f195dc2a27ca0df998.
Actions