Project

General

Profile

Actions

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 over 12 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2011-09-19
Due date:
% Done:

0%

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

Description

Here is the ticket for #30013 which is about adding a filter by check in the TCA tree widget.


Files

feature_30014.diff (3.83 KB) feature_30014.diff Fabien Udriot, 2011-09-19 11:47
filter_checked_switch_on.png (51.5 KB) filter_checked_switch_on.png Fabien Udriot, 2011-09-19 11:48
Actions #1

Updated by Fabien Udriot over 12 years ago

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
);
Actions #3

Updated by Oliver Hader over 12 years ago

  • Category set to Backend User Interface
  • PHP Version set to 5.3
  • Complexity set to medium
Actions #4

Updated by Oliver Hader over 12 years ago

  • Status changed from New to Accepted
Actions #5

Updated by Steffen Ritter over 12 years ago

  • Target version changed from 4.7.0 to 4.7.0-alpha1
Actions #6

Updated by Oliver Hader over 12 years ago

  • Target version changed from 4.7.0-alpha1 to 4.7.0-alpha2
Actions #7

Updated by Steffen Ritter over 12 years ago

  • Target version changed from 4.7.0-alpha2 to 4.7.0-alpha3
Actions #8

Updated by Felix Kopp over 12 years ago

Shall I push the attached patch file as change to gerrit?

Actions #9

Updated by Steffen Ritter about 12 years ago

  • Target version changed from 4.7.0-alpha3 to 4.7.0-beta1
Actions #10

Updated by Steffen Ritter about 12 years ago

  • Target version deleted (4.7.0-beta1)
Actions #11

Updated by Felix Kopp over 9 years ago

  • Parent task set to #62836
Actions #12

Updated by Mathias Schreiber over 9 years ago

  • Status changed from Accepted to Resolved

works like a charm on master

Actions #13

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF