Project

General

Profile

Actions

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.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-04-13
Due date:
% Done:

0%

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

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

wrong_ext_key.png (39.2 KB) wrong_ext_key.png Administrator Admin, 2009-04-13 11:33
issue_10898_v1.diff (2.49 KB) issue_10898_v1.diff Administrator Admin, 2010-07-15 11:13
issue_10898_v2.diff (2.56 KB) issue_10898_v2.diff Administrator Admin, 2011-01-17 17:50

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #20308: typo3/db_new.php prompts to create records in hidden, static and readonly tablesClosedSteffen Kamper2009-04-13

Actions
Actions #1

Updated by Steffen Kamper about 15 years ago

imho a problem of rsaauth. For example have a look to new record wizard on globe - you even see an "oops"

Actions #2

Updated by Steffen Kamper about 15 years ago

i was wrong, #20308 solves it

Actions #3

Updated by Steffen Kamper about 15 years ago

fixed with #20308

Actions #4

Updated by Jochen Rau over 14 years ago

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.

Actions #5

Updated by Jochen Rau over 14 years ago

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".

Actions #6

Updated by Jochen Rau almost 14 years ago

I have improved the patch and updated it to match the current trunk

Actions #7

Updated by Stefan Galinski almost 13 years ago

  • Target version deleted (-1)

Still valid? If yes, please create a review request.

http://wiki.typo3.org/Contribute_Walkthrough

Actions #8

Updated by Xavier Perseguers almost 13 years ago

  • Assignee deleted (Steffen Kamper)
Actions #9

Updated by Alexander Opitz over 11 years ago

Hi Dmitry,

is this issue still valid? If I remember right, there was a patch in the last half year about that. ?-)

Actions #10

Updated by Alexander Opitz about 11 years ago

  • 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.

Actions

Also available in: Atom PDF