Actions
Task #59042
closedCategory fields are not added to TCA interface section
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2014-05-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
$TCA[<table>]['interface']['showRecordFieldList'] contains a list of fields that is used for visualizing
- accordant element details (record info)
- differences in the workspaces detail view
Fields that are treated as category should appear automatically.
If using CategoryRegistry::add() in extensions, the option property "interface" can be used to disable this automated handling in the interface section - in that case it needs to be FALSE.
Actions