Project

General

Profile

Actions

Bug #53768

closed

Displaying the same 'Insert Records'-element more than once does not work

Added by Alexander Rothmund over 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
Start date:
2013-11-19
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:

Description

I have reproduced this bug in both 4.5 as well as in 6.2 beta with the following snippet:

page = PAGE
page {
  10 = CONTENT
  10 {
    table=tt_content
    select {
      pidInList = 2 
    }
    wrap = |<hr>
  }
  20 < .10
}

On the page with the id 2 I put two content elements. One is a 'Text'-element with the header "TEXT", the other is an 'Insert Records'-element pointing to some other element on a different page with the header "RECORD".

In the frontend, it will look like this:

TEXT
RECORD
----------
TEXT
----------

The second time, the 'Insert Records'-element is gone.

My expected behavior was that both CONTENT-elements would yield the same output.

This issue might be related to http://forge.typo3.org/issues/20541 and http://forge.typo3.org/issues/28745 , however, those issues talk about nested CONTENT elements while my issue is just displaying the same 'Insert-Records'-element twice.


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #28745: Problem with $GLOBALS['TSFE']->recordRegisterClosed2011-08-04

Actions
Related to TYPO3 Core - Bug #20541: Problem with $GLOBALS['TSFE']->recordRegisterClosed2009-06-02

Actions
Related to TYPO3 Core - Bug #35266: Nest count not reset upon exit from render()Closed2012-03-27

Actions
Actions

Also available in: Atom PDF