Actions
Bug #17040
closedTSconfig mod.web_list.allowedNewTables used in t3lib_TCEforms_inline
Start date:
2007-02-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The TSconfig property mod.web_list.allowedNewTables is accidently used for IRRE to determine if a record link is allowed. This behaviour is not required for Inline Relational Record Editing anymore.
The following TSconfig example breaks the functionality of IRRE while editing an existing parent record:
mod.web_list {
allowedNewTables = pages,tt_content
}
(issue imported from #M5069)
Files
Updated by Oliver Hader over 17 years ago
The file 0005069.patch solves this issue (0005069_nows.patch is the same but without whitespace changes).
Actions