X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fforum%2Fforum.views.inc;h=1058153067c41956154f655ca6a18383ea1cf559;hb=9424afc6c1f518c301bf87a23c047d1873435d05;hp=6f2425912b5d7b3b72cb3d597e57b578fce7106c;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/forum/forum.views.inc b/web/core/modules/forum/forum.views.inc index 6f2425912..105815306 100644 --- a/web/core/modules/forum/forum.views.inc +++ b/web/core/modules/forum/forum.views.inc @@ -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, @@ -86,7 +86,6 @@ function forum_views_data() { ], ]; - $data['forum_index']['created'] = [ 'title' => t('Post date'), 'help' => t('The date the content was posted.'), @@ -94,7 +93,7 @@ function forum_views_data() { 'id' => 'date', ], 'sort' => [ - 'id' => 'date' + 'id' => 'date', ], 'filter' => [ 'id' => 'date',