Skip to content
Snippets Groups Projects

Resolve #2784233 "Multiple vocabularies deprecated vid"

Files
17
@@ -171,7 +171,7 @@ protected function defaultDisplayFiltersUser(array $form, FormStateInterface $fo
'table' => 'taxonomy_index',
'field' => 'tid',
'value' => $tids,
'vid' => $vid,
'vids' => [$vid],
'plugin_id' => 'taxonomy_index_tid',
];
// If the user entered more than one valid term in the autocomplete
Loading