Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / forum / forum.views.inc
index 5f67af59a0fa8fb83cbda397bf5ab6897749de43..1058153067c41956154f655ca6a18383ea1cf559 100644 (file)
@@ -74,7 +74,7 @@ function forum_views_data() {
     'filter' => [
       'title' => t('Has taxonomy term'),
       'id' => 'taxonomy_index_tid',
-      'hierarchy table' => 'taxonomy_term_hierarchy',
+      'hierarchy table' => 'taxonomy_term__parent',
       'numeric' => TRUE,
       'skip base' => 'taxonomy_term_data',
       'allow empty' => TRUE,
@@ -93,7 +93,7 @@ function forum_views_data() {
       'id' => 'date',
     ],
     'sort' => [
-      'id' => 'date'
+      'id' => 'date',
     ],
     'filter' => [
       'id' => 'date',