Bug #20309
closed
typo3/db_new.php shows tables under another extension name
Added by Dmitry Dulepov over 15 years ago.
Updated about 11 years ago.
Description
In the attached picture typo3/db_new.php shows two tables (yellow highlight) under the extension key "rsaauth" while only the third table belongs to this extension (green highlight).
(issue imported from #M10898)
Files
imho a problem of rsaauth. For example have a look to new record wizard on globe - you even see an "oops"
The problem still occurs. It is caused by the function regularNew() in db_new.php.
The bug only occurs if a table name is not translated and thus has no prefix "LLL:EXT:" in ['ctrl']['title']. In this case $_EXTKEY is not set and thus $groupName is NULL. After that the sorting fails.
In addition, the title of the extension is not determined although there is an title specified in ext_emconf.php.
Added a patch which soles the problem for me. in addition it enables to make the extension title translatable in $EM_CONF[$_EXTKEY]['title'] = 'LLL:EXT:myext/locallang.xml:extensiontitle".
I have improved the patch and updated it to match the current trunk
- Target version deleted (
-1)
- Assignee deleted (
Steffen Kamper)
Hi Dmitry,
is this issue still valid? If I remember right, there was a patch in the last half year about that. ?-)
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.
If you think, that this is the wrong decision, then please write to the mailing list typo3.teams.bugs with issue number and an explanation.
Also available in: Atom
PDF