Skip to content

Commit

Permalink
Fixes #32138 - Navigation doesn't display Content views without admin (
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewgdewar committed Jul 15, 2021
1 parent b06d0f2 commit 7db3ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/katello/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
menu :labs_menu,
:content_publication,
:url => '/labs/content_views',
:url_hash => {:controller => 'katello/react',
:url_hash => {:controller => 'katello/api/v2/content_views',
:action => 'index'},
:caption => N_('Content Views'),
:parent => :lab_features_menu,
Expand Down

0 comments on commit 7db3ca8

Please sign in to comment.