Project

General

Profile

Actions

Bug #42992

closed

AdminPanelView call old table names and columns

Added by Marcos Fadul over 11 years ago. Updated over 11 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
Start date:
2012-11-15
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:

Description

The function ext_makeToolBar still uses old tables names. Here is a small patch for it.


Files

AdminPanelView.php.patch (2.1 KB) AdminPanelView.php.patch Marcos Fadul, 2012-11-15 10:27

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #43001: The old table name 'sys_language_overlay' is used on multiple places which should be replaced by 'pages_language_overlay'ClosedPatrick Broens2012-11-15

Actions
Actions #1

Updated by Patrick Broens over 11 years ago

  • Status changed from New to Rejected

First of all, you've got a point here.
Secondly, you are changing the table name to the wrong one. The right table name should be 'page_language_overlay', instead of 'sys_language'.

It seems there are more instances of the old table name used, not only in this file.

I'll reject this issue and make a new one

Actions

Also available in: Atom PDF