Actions
Bug #58731
closedPAGE_TSCONFIG_ID ignored in Backend Layouts
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2014-05-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi,
there seems to be a Bug with the filtering of Backend Layouts in the select-list. (TYPO3 6.2.2)
This is because of a false named instance variable in the \TYPO3\CMS\Backend\View\BackendLayout\DataProviderContext->setFieldName().
The instance variable is named "$this->fieldName" but the value is assigned to "$this->field".
Files
Updated by Gerrit Code Review over 10 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/30028
Updated by Tim Schreiner over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 01103d52d66f38c64d86b9cc049e98afa2a54f8f.
Actions