Issue #1708578 by greggles: Added Let people filter term parents.

8.0.x
greggles 2012-08-02 07:07:22 +02:00 committed by Tim Plunkett
parent 547fa894f4
commit 0efb93b72b
1 changed files with 4 additions and 0 deletions

View File

@ -360,6 +360,10 @@ function taxonomy_views_data() {
'field' => 'parent',
'label' => t('Parent'),
),
'filter' => array(
'help' => t('Filter the results of "Taxonomy: Term" by the parent pid.'),
'handler' => 'views_handler_filter_numeric',
),
'argument' => array(
'help' => t('The parent term of the term.'),
'handler' => 'views_handler_argument_taxonomy',