Project

General

Profile

Actions

Bug #23478

closed

Extension tables is messing up on New Record screen

Added by Vladimir Podkovanov over 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2010-08-30
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

bug_15591.diff (1.19 KB) bug_15591.diff Administrator Admin, 2010-08-30 01:44
Actions #1

Updated by Alexander Opitz over 10 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)?

Actions #2

Updated by Vladimir Podkovanov over 10 years ago

Hi,

yes, it does. In 4.5 and 6.1 also.

Actions #3

Updated by Alexander Opitz over 10 years ago

  • Category set to Backend User Interface
  • Status changed from Needs Feedback to New
Actions #4

Updated by Nicole Cordes about 10 years ago

  • Status changed from New to Accepted
  • Assignee set to Nicole Cordes
Actions #5

Updated by Gerrit Code Review about 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

Actions #6

Updated by Gerrit Code Review about 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

Actions #7

Updated by Vladimir Podkovanov about 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.

Actions #8

Updated by Gerrit Code Review about 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

Actions #9

Updated by Nicole Cordes about 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #10

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF