Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Use a new rbac feature id for the menu item.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpovolny committed Jun 20, 2018
1 parent afaa58c commit cb8c06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manageiq/v2v/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def vmdb_plugin?

initializer 'plugin' do
Menu::CustomLoader.register(
::Settings.product.transformation == true ? Menu::Item.new('migration', N_('Migration'), 'miq_report', {:feature => 'miq_report', :any => true}, '/migration', :default, :compute) : nil
::Settings.product.transformation == true ? Menu::Item.new('migration', N_('Migration'), 'migration', {:feature => 'migration', :any => true}, '/migration', :default, :compute) : nil
)
end
end
Expand Down

0 comments on commit cb8c06f

Please sign in to comment.