Bug #23478
closedExtension tables is messing up on New Record screen
100%
Description
Extension tables is messing up (tables being shown in wrong extensions) on New Record screen in case if table title defined as plain string and not as LLL label
It is because script tries to extract extension name from table LLL title, and if no extension name there (not LLL label) then extension title from previous table used (wrongly)
(issue imported from #M15591)
Files
Updated by Alexander Opitz about 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Vladimir Podkovanov almost 11 years ago
Hi,
yes, it does. In 4.5 and 6.1 also.
Updated by Alexander Opitz almost 11 years ago
- Category set to Backend User Interface
- Status changed from Needs Feedback to New
Updated by Nicole Cordes over 10 years ago
- Status changed from New to Accepted
- Assignee set to Nicole Cordes
Updated by Gerrit Code Review over 10 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/28510
Updated by Gerrit Code Review over 10 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/28510
Updated by Vladimir Podkovanov over 10 years ago
On Patch Set 2, shouldn't be made same change ($_EXTKEY = $nameParts1) in previous else-branch too? Please see original patch in the bug tracker.
If there are several tables with label starting with 'LLL:EXT:' but with empty ext key, it seems that these tables would be messed up too, because of same key (empty string) in $this->tRows.
Updated by Gerrit Code Review over 10 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/28510
Updated by Nicole Cordes over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5132dcdd49f392a1f549993c92e45116a4de31e8.