Feature #46460
Introduce TCA displayCond type "USER"
Status: | Resolved | Start date: | 2013-03-20 | |
---|---|---|---|---|
Priority: | Could have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
With displayCond you can evaluate each form field whether it should be displayed or not. There is a number of options, but you can't define a UserFunction if the options provided by the core don't fit your needs.
Usage example:
'displayCond' => 'USER:\\MyVendor\\MyExt\\UserFunction\\MyClass->displayCondition'
Related issues
History
#1 Updated by Sebastian Fischer about 1 year ago
How is the current status on this issue?
#2 Updated by Mathias Schreiber 9 months ago
- Status changed from New to Resolved
We have a mostly similar issue that has some more input in it.
We'll continue there.
The request is not forgotten.