Actions
Bug #80402
closedFilter pages_language_overlay with sys_language=0
Start date:
2017-03-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
It is easily possible to create page_language_overlay records with sys_language=0. If this happens, strange things happen in the list module:
- a translation button to language with default flag is shown
- translation fails of course as localize language is 0
to do > AbstractRecordList::initializeLanguages > only get those records with language > 0
Updated by Gerrit Code Review over 7 years ago
- Status changed from Accepted 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/52133
Updated by Gerrit Code Review over 7 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/52133
Updated by Georg Ringer over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 293413c33fdfa6d129945359e5e480e62fa41df3.
Actions