Actions
Bug #3985
closedForeman hardhat is under inner top bar on katello nutupane pages
Description
See screenshot
Steps to Reproduce:
1. Go to a katello nutupane page
2. Note hardhat is under inner top bar.
Files
Updated by Walden Raines almost 11 years ago
- Status changed from New to Ready For Testing
Updated by Walden Raines almost 11 years ago
Updated by Walden Raines almost 11 years ago
The problem here is that foreman is including an older version of jQuery and then katello is including a newer version of jQuery and the two are conflicting resulting in this error:
Uncaught TypeError: Object [object Object] has no method 'flot_pie'
We could fix this bug by upgrading foreman's version of jQuery and not including it on the katello side.
However, we need to figure out how we are going to manage our assets in the future so as to prevent this problem in the future if foreman ever decides to use a library that katello is using we could end up running into this problem again.
Updated by Walden Raines almost 11 years ago
- Status changed from Ready For Testing to New
- Difficulty changed from trivial to medium
Updated by Walden Raines almost 11 years ago
- Status changed from New to Ready For Testing
Updated by Walden Raines almost 11 years ago
- Status changed from Ready For Testing to Resolved
Updated by Dominic Cleal almost 11 years ago
- Project changed from Foreman to Katello
- Category deleted (
Web Interface) - Target version deleted (
1.9.2)
Updated by Eric Helms over 10 years ago
- Translation missing: en.field_release set to 13
Actions