Skip to content
Snippets Groups Projects
Commit bfddd8e2 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-6978: correct the name of the pub reference view

parent af6dbb7a
No related branches found
No related tags found
1 merge request!38ISTWCMS-6978: Add code to view all webforms in webform list block on dashboard
...@@ -139,7 +139,7 @@ function uw_dashboard_views_pre_execute(ViewExecutable $view) { ...@@ -139,7 +139,7 @@ function uw_dashboard_views_pre_execute(ViewExecutable $view) {
// The views that need the pager id adjusted. // The views that need the pager id adjusted.
$view_ids = [ $view_ids = [
'uw_view_content_list', 'uw_view_content_list',
'uw_view_pub_ref', 'uw_view_pub_reference',
'uw_view_pub_keywords', 'uw_view_pub_keywords',
'uw_view_pub_authors', 'uw_view_pub_authors',
]; ];
......
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