Bug #17311
closedPage TSconfig isn't respected for new elements in new pages
0%
Description
If creating new (tt_content) elements and new pages within the very same view (f.e. by rendering two subsequent TCE-Forms as used for creating new newsletters within the direct_mail module), no Page TSconfig will be respected. The reason for this behaviour is that the pid of the page is not yet known since this page is just about to be created by saving this view.
The applied patch provides the following solution: If a new page and a new element within this page is created at the same time, the Page TSconfig of the new page's parent page is considered.
- Install the direct_mail extension (...)
- add some Page TSconfig configurations for pages or tt_content that are meant to influence direct_mail newsletter pages
- use the direct_mail module to create new newsletters (i.e. creating a new page and a new tt_content element) - and the above Page TSconfig settings won't have any effect
patched against t3lib/class.t3lib_tceforms.php of TYPO3 4.1.2
(issue imported from #M6012)
Files
Updated by Oliver Hader over 17 years ago
This issue concerns also IRRE. Imagine you have inline children on a page an create a new page. Thus, the child records also have the wrong Page TSconfig.
Maybe your fix should (also) go to t3lib_BEfunc::getPagesTSconfig(). I'm not sure currenty and will have a close look soon.
Updated by Ralf Hettinger over 16 years ago
Anybody knows, if this issue still persists for IRRE?
Updated by Ralf Hettinger over 15 years ago
Hi again.
#20659 is somewhat related to this on (sounds quite similar, but is indeed a different story...)
Updated by Alexander Opitz over 11 years ago
- Status changed from Accepted to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.