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 #1

Updated by Markus Klein over 10 years ago

  • Status changed from New to Accepted
  • Target version set to next-patchlevel
Actions #2

Updated by Gerrit Code Review over 10 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25512

Actions #3

Updated by Gerrit Code Review over 10 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25512

Actions #4

Updated by Gerrit Code Review over 10 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25512

Actions #5

Updated by Gerrit Code Review over 10 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25512

Actions #6

Updated by Gerrit Code Review about 10 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25512

Actions #7

Updated by Gerrit Code Review about 10 years ago

Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25512

Actions #8

Updated by Markus Klein about 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #9

Updated by Gerrit Code Review about 10 years ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27515

Actions #10

Updated by Gerrit Code Review about 10 years ago

Patch set 1 for branch TYPO3_6-0 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27516

Actions #11

Updated by Gerrit Code Review about 10 years ago

Patch set 2 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27515

Actions #12

Updated by Markus Klein about 10 years ago

  • Status changed from Under Review to Resolved
Actions #13

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF