HomeHelpTrac

Changeset 15929 for trunk/templates


Ignore:
Timestamp:
01/25/12 23:54:54 (4 months ago)
Author:
Alexander Trofimov
Message:

Grid - search in translatable fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/base/scripts/BxBaseGrid.php

    r15887 r15929  
    209209                    ), 
    210210                    'bx_if:filter' => array ( 
    211                         'condition' => !empty($this->_aOptions['filter_fields']), 
     211                        'condition' => !empty($this->_aOptions['filter_fields']) || !empty($this->_aOptions['filter_fields_translatable']), 
    212212                        'content' => array( 
    213213                            'controls' => $this->_getFilterControls(), 
Note: See TracChangeset for help on using the changeset viewer.