Skip to content
Snippets Groups Projects
Commit 0c88f699 authored by Tim Plunkett's avatar Tim Plunkett
Browse files

Replace stray reference to handler with id.

parent 28c9978f
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -362,7 +362,7 @@ function taxonomy_views_data() { ...@@ -362,7 +362,7 @@ function taxonomy_views_data() {
), ),
'filter' => array( 'filter' => array(
'help' => t('Filter the results of "Taxonomy: Term" by the parent pid.'), 'help' => t('Filter the results of "Taxonomy: Term" by the parent pid.'),
'handler' => 'views_handler_filter_numeric', 'id' => 'numeric',
), ),
'argument' => array( 'argument' => array(
'help' => t('The parent term of the term.'), 'help' => t('The parent term of the term.'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment