Project

General

Profile

Actions

Bug #15152

closed

Comma separated list DON'T accept spaces at "db_layout"

Added by Carlos Chiari over 18 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2005-10-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Support for custom tables in the Page module, using this http://typo3.org/documentation/document-library/doc_core_api/Support_for_custom_t/ advise fails if you use spaces between the comma separated list.

At sysext/cms/layout/class.tx_cms_layout.php, the function "makeOrdinaryList" fails to trim the setting at $TYPO3_CONF_VARS['EXTCONF']['cms']['db_layout']['addTables']['tablename']0['fList'].

It can be fixed using t3lib_div::trimExplode, I guess.
(issue imported from #M1728)


Files

1728_TYPO3_trunk.patch (513 Bytes) 1728_TYPO3_trunk.patch Administrator Admin, 2010-08-27 09:12
Actions #1

Updated by Ernesto Baschny over 13 years ago

Commited to
- trunk (rev. 8701 for 4.5alpha2)
- 4.4 (rev. 8702, for 4.4.3)
- 4.3 (rev. 8703, for 4.3.6)

Actions #2

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF