Actions
Bug #7394
closedKatello prevents other engines from having their routes properly loaded
Description
Before applying the patch:
1. Clone https://github.com/thomasmckay/roles-plugin
2. In katello.rb add
gemspec :path => '../katello', :development_group => :katello_dev
gemspec :path => '../roles-plugin'
3. Start development server
4. Navigate to /roles
At this point /roles should take you to the normal Foreman UI page.
After applying patch, and re-starting server, navigation to /roles should produce a different UI based on nutupane.
Actions