Project

General

Profile

Actions

Bug #54899

closed

Drop usage of deprecated addTofeInterface parameter

Added by Francois Suter over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Category:
DataHandler aka TCEmain
Target version:
Start date:
2014-01-10
Due date:
% Done:

100%

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

Description

In #54613, usage of parameter $addTofeInterface in method ExtensionManagementUtility::addTCAcolumns() was deprecated. However it is used in a few places of the Core. Those calls must be modified too.

As identified by Xavier:

extbase/ext_tables.php:27:
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTCAcolumns('fe_users',
$tempColumns, 1);

extbase/ext_tables.php:49:
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTCAcolumns('fe_users',
$tempColumns, 1);

felogin/ext_tables.php:44:
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTCAcolumns('fe_groups',
$tempColumns, 1);

felogin/ext_tables.php:73:
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTCAcolumns('fe_users',
$tempColumns, 1);


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #54613: Clean up last uses of fe_adminLib propertiesClosedFrancois Suter2013-12-27

Actions
Actions #1

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/26745

Actions #2

Updated by Francois Suter over 10 years ago

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

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF