Project

General

Profile

Actions

Bug #64575

closed

Add custom csh doesnt work via addLLrefForTCAdescr

Added by André Wuttig about 9 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2015-01-29
Due date:
% Done:

0%

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

Description

  • we add a new field type to the TCA of powermail field model
  • we also want to add new csh for some fields
  • so we try this command:
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr(
    'tx_powermail_domain_model_fields',
    'EXT:px_powermail/Resources/Private/Language/locallang_csh_tx_powermail_domain_model_fields.xlf'
);
  • This didnt work and i dont know how!?
  • But if we add this to ext_localconf.php it works fine:
$GLOBALS['TYPO3_CONF_VARS']['SYS']['locallangXMLOverride']['EXT:powermail/Resources/Private/Language/locallang_csh_tx_powermail_domain_model_fields.xlf'][] = 'EXT:px_powermail/Resources/Private/Language/locallang_csh_tx_powermail_domain_model_fields.xlf';

Is it not possible to add mutliple language files for "TCA_DESCR"???


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #15753: Overwriting csh-labels in XClass doesn't workClosed2006-03-02

Actions
Actions #1

Updated by Alexander Opitz about 6 years ago

  • Status changed from New to Needs Feedback

Hi,

as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (7.6.24 or 8.6.10)?

BTW: It sounds like your extension is loaded before the one you try to overwrite. Add a dependency in ext_emconf.php to the extension of which you try to overwrite the fields.

Actions #2

Updated by Riccardo De Contardi almost 6 years ago

  • Status changed from Needs Feedback to Closed

No feedback since the last 90 days => closing this issue.

If you think that this is the wrong decision or experience the issue again and have more information about how to reproduce your problem, please reopen it or open a new issue with a reference to this one.

Thank you and best regards

Actions

Also available in: Atom PDF