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.
Updated by Eric Helms over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|a9da651135e01c5c90e7b00864ff4a3f142258f7.
Actions