From 0efb93b72baee4d7a198a192119bd89ee977f26c Mon Sep 17 00:00:00 2001 From: greggles <greggles@36762.no-reply.drupal.org> Date: Thu, 2 Aug 2012 07:07:22 +0200 Subject: [PATCH] Issue #1708578 by greggles: Added Let people filter term parents. --- modules/taxonomy.views.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/taxonomy.views.inc b/modules/taxonomy.views.inc index 7b0dfeee75ea..58d62d146767 100644 --- a/modules/taxonomy.views.inc +++ b/modules/taxonomy.views.inc @@ -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', -- GitLab