CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #7029

Plugin behaves strange when customizing backend fields via TCA

Added by Eckhard M. Jäger about 3 years ago. Updated over 2 years ago.

Status:Closed Start date:2010-03-26
Priority:Should have Due date:
Assignee:Daniel Regelein % Done:

100%

Category:Backend Interface
Target version:-
Votes: 0

Description

As the standard height the list of available file categories, when you create or modify a download, is just 3 lines high. When i try to customize this via TYPO3 typo3conf/extTables.php with

$GLOBALS['TCA']['tx_drblob_content']['columns']['category']['config']['size'] = 8;

The Plugin didn't show up the created content and is not longer usable.

TYPO3 4.2.6
Filelist 2.21

BTW: It would be much better setting up the standard up to 5.

History

Updated by Daniel Regelein about 3 years ago

  • Assignee set to Daniel Regelein
  • Target version set to 2.3.0

Thanks for the hint. I'll take care about it.

Updated by Daniel Regelein about 3 years ago

  • Status changed from New to Closed
  • Target version deleted (2.3.0)
  • % Done changed from 0 to 100

It is not really a bug. The problem is caused in the load order of the TCA.

In my testing enviroment I recognized the same error until loading the content table dynamically:

Try using the following code in extTables.php

t3lib_div::loadTCA('tx_drblob_content');
$GLOBALS['TCA']['tx_drblob_content']['columns']['category']['config']['size'] = 8;

Updated by Eckhard M. Jäger about 3 years ago

Hello Daniel,

thanks for your feedback and solution. I tried

t3lib_div::loadTCA('tx_drblob_content');
$GLOBALS['TCA']['tx_drblob_content']['columns']['category']['config']['size'] = 8;

Now the backend works fine but the size did not change, it is 3 again :(

Any idea?

Best regards
Eckhard M. Jäger
familie redlich :systeme
IT. Online. E-Marketing.
http://www.systeme.familie-redlich.de

Also available in: Atom PDF