Issue #1708578 by greggles: Added Let people filter term parents.
parent
547fa894f4
commit
0efb93b72b
|
@ -360,6 +360,10 @@ function taxonomy_views_data() {
|
||||||
'field' => 'parent',
|
'field' => 'parent',
|
||||||
'label' => t('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(
|
'argument' => array(
|
||||||
'help' => t('The parent term of the term.'),
|
'help' => t('The parent term of the term.'),
|
||||||
'handler' => 'views_handler_argument_taxonomy',
|
'handler' => 'views_handler_argument_taxonomy',
|
||||||
|
|
Loading…
Reference in New Issue