Project

General

Profile

Actions

Feature #47036

closed

PAGE_TSCONFIG_ in displayCond

Added by Nicolas Forgeot about 11 years ago. Updated over 7 years ago.

Status:
Rejected
Priority:
Could have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
Start date:
2013-04-08
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Actualy we can't use PAGE_TSCONFIG_ in displayCond. It would be a good feature.

'displayCond' => 'FIELD:field:=:###PAGE_TSCONFIG_ID###'

Actions #1

Updated by Nicole Cordes about 11 years ago

  • TYPO3 Version changed from 6.0 to 6.2

As this is a feature request it can only be included in newer TYPO3 versions. As there is the feature freeze for 6.1 already the lowest version would be TYPO3 6.2

Actions #2

Updated by Nicolas Forgeot about 11 years ago

Thank for your answer. I will use an second field of type user : "isFieldCondition" with tsConfig. In main field : 'displayCond' => 'FIELD:isFieldCondition:=:1'.

Actions #3

Updated by Mathias Schreiber over 9 years ago

  • Target version set to 7.4 (Backend)
  • Is Regression set to No
Actions #4

Updated by Susanne Moog almost 9 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #5

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 7 LTS
Actions #6

Updated by Mathias Schreiber over 8 years ago

  • Tracker changed from Bug to Feature
  • Target version changed from 7 LTS to 8 LTS
Actions #7

Updated by Christian Kuhn over 7 years ago

  • Status changed from New to Rejected

Uhm ... the display condition stuff is imho already much too complex and capable of doing a LOT of stuff already. Combining that with pageTS makes it even more complex. Imho, we really should NOT implement such a feature by default, at least not at the moment and only if lots of people are in deep need of that.

It is also possible to hide certain fields by pageTs directly, maybe that is enough in you use case.

If you really really need that for a project, please substitute the EvaluateDisplayConditions data provider with an own version to implement that. The data you need will be in $result. Also have a look at the display condition parser rewrite from patch https://review.typo3.org/#/c/50879/.

Actions

Also available in: Atom PDF