diff --git a/core/modules/taxonomy/src/Plugin/views/wizard/TaxonomyTerm.php b/core/modules/taxonomy/src/Plugin/views/wizard/TaxonomyTerm.php index 848ef1b..96a4095 100644 --- a/core/modules/taxonomy/src/Plugin/views/wizard/TaxonomyTerm.php +++ b/core/modules/taxonomy/src/Plugin/views/wizard/TaxonomyTerm.php @@ -50,7 +50,8 @@ protected function defaultDisplayOptions() { $display_options['fields']['name']['alter']['html'] = 0; $display_options['fields']['name']['hide_empty'] = 0; $display_options['fields']['name']['empty_zero'] = 0; - $display_options['fields']['name']['link_to_taxonomy'] = 1; + $display_options['fields']['name']['type'] = 'string'; + $display_options['fields']['name']['settings']['link_to_entity'] = 1; $display_options['fields']['name']['plugin_id'] = 'taxonomy'; return $display_options;