Feature #30014
closed
Epic #62041: twbs Bootstrap backend, refactor EXT:t3skin and HTML5 output
Epic #62836: FormEngine PHP/HTML Improvements & Bootstrap
TCA tree add filter "check"
Added by Fabien Udriot about 13 years ago.
Updated about 6 years ago.
Category:
Backend User Interface
Description
Here is the ticket for #30013 which is about adding a filter by check in the TCA tree widget.
Files
Hint for reviewing
1. apply patch
2. set TCA in typo3conf/extTables.php (cf. bellow)
3. open a "page property" > tab "Resources" > field "General Record Storage Page"
4. play with the new button (cf. screenshot)
/////////////////////////////
// TEMP CODE IN @typo3conf/extTables.php@
///////////////////////////
t3lib_div::loadTCA('pages');
$tempConfiguration = array(
'type' => 'select',
'foreign_table' => 'pages',
'size' => 10,
'maxitems' => 5,
'renderMode' => 'tree',
'treeConfig' => array(
'expandAll' => true,
'parentField' => 'pid',
'appearance' => array(
'showHeader' => TRUE,
'allowRecursiveMode' => TRUE,
),
),
);
$TCA['pages']['columns']['storage_pid']['config'] = array_merge(
$TCA['pages']['columns']['storage_pid']['config'],
$tempConfiguration
);
- Category set to Backend User Interface
- PHP Version set to 5.3
- Complexity set to medium
- Status changed from New to Accepted
- Target version changed from 4.7.0 to 4.7.0-alpha1
- Target version changed from 4.7.0-alpha1 to 4.7.0-alpha2
- Target version changed from 4.7.0-alpha2 to 4.7.0-alpha3
Shall I push the attached patch file as change to gerrit?
- Target version changed from 4.7.0-alpha3 to 4.7.0-beta1
- Target version deleted (
4.7.0-beta1)
- Parent task set to #62836
- Status changed from Accepted to Resolved
works like a charm on master
- Status changed from Resolved to Closed
Also available in: Atom
PDF