[TYPO3-dev] Filter records in list view OR add additional WHERE in	TCA ctrl section
    roberto blanko 
    robertoblanko at gmail.com
       
    Tue Jun  8 11:49:47 CEST 2010
    
    
  
Hello fellow developers,
I'm trying to filter the list of records shown in the backend. Only the
records should be displayed which have set a certain column to a certain
value.
Basically I'm looking for an option similar to this:
$TCA['tx_myext_mytable'] = array (
    'ctrl' => array (
        'additional_where' => 'myField=4711'
    )
)
As a consequence only records having set myField to 4711 should be shown in
the backend. Is this possible somehow?
Regards
Roberto
    
    
More information about the TYPO3-dev
mailing list