Project

General

Profile

Actions

Bug #87134

closed

Pagination Widget inside a partial/section uses the wrong variable provider to render its children

Added by Björn Steinbrink over 5 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2018-12-12
Due date:
% Done:

0%

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

Description

Given this template:

    <f:section name="foo">
        {abc}
        <f:widget.paginate objects="{1:'foo', 2:'bar'}" as="obj">
        {abc}
        </f:widget.paginate>
        {abc}
    </f:section>

    <f:alias map="{abc: 'outer'}">
        <f:render section="foo" arguments="{abc: 'inner'}" />
    </f:alias>

Instead of seeing inner three times, the middle {abc} inside the pagination widget produces outer.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #92529: Remove fluid widgetsClosed2020-10-09

Actions
Actions #1

Updated by Oliver Hader over 2 years ago

Actions #2

Updated by Oliver Hader over 2 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF