Project

General

Profile

Actions

Bug #88507

closed

TypoScript Object Browser does not respect hidden flag in TS-templates

Added by Erik Sokoll almost 5 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
Start date:
2019-06-06
Due date:
% Done:

100%

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

Description

In case I have two TypoScript templates on my root page and I hide the first one, the TypoScript Object Browser shows values from the first (hidden) one and not the second, which styles the page.
With this bug the TSOB might show complete wrong settings.

Example:

Template 1 (hidden)
page.10 = TEXT
page.10.value = foo
Template 2
page.10 = TEXT
page.10.value = bar

The TSOB will display foo, the frontend shows bar

In TYPO3 version 8 everything works fine like expected.

Actions

Also available in: Atom PDF