Bug #14163
closedRouting errors due to missing .css files on navigating sync status page
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1315610
Description of problem:
On navigating 'sync status' page, couple of routing error being raised under production.log and firebug raises 404 for missing .css files.
2016-03-08 03:41:03 [app] [I] Started GET "/assets/katello/jquery-ui-1.8.11.custom.css" for 10.65.193.200 at 2016-03-08 03:41:03 -0500
2016-03-08 03:41:03 [app] [F]
| ActionController::RoutingError (No route matches [GET] "/assets/katello/jquery-ui-1.8.11.custom.css"):
| actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2016-03-08 03:41:04 [app] [I] Started GET "/assets/katello/jquery.loadmask.css" for 10.65.193.200 at 2016-03-08 03:41:04 -0500
2016-03-08 03:41:04 [app] [F]
| ActionController::RoutingError (No route matches [GET] "/assets/katello/jquery.loadmask.css"):
| actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2016-03-08 03:41:04 [app] [I] Started GET "/assets/katello/jquery.treeTable.css" for 10.65.193.200 at 2016-03-08 03:41:04 -0500
2016-03-08 03:41:04 [app] [F]
| ActionController::RoutingError (No route matches [GET] "/assets/katello/jquery.treeTable.css"):
| actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
| actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2016-03-08 03:41:04 [app] [I] Started GET "/assets/katello/jquery.jscrollpane.css" for 10.65.193.200 at 2016-03-08 03:41:04 -0500
2016-03-08 03:41:04 [app] [F]
| ActionController::RoutingError (No route matches [GET] "/assets/katello/jquery.jscrollpane.css"):
| actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
| actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
| railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
2016-03-08 03:41:04 [app] [I] Started GET "/assets/katello/ui.spinner.css" for 10.65.193.200 at 2016-03-08 03:41:04 -0500
2016-03-08 03:41:04 [app] [F]
| ActionController::RoutingError (No route matches [GET] "/assets/katello/ui.spinner.css"):
| actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2016-03-08 03:41:10 [app] [I] Started GET "/assets/katello/input-bg.png" for 10.65.193.200 at 2016-03-08 03:41:10 -0500
2016-03-08 03:41:10 [app] [F]
| ActionController::RoutingError (No route matches [GET] "/assets/katello/input-bg.png"):
| actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
| actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
| railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
| railties (4.1.5) lib/rails/rack/logger.rb:22:in `call'
Version-Release number of selected component (if applicable):
sat6.2 snap2
How reproducible:
always
Steps to Reproduce:
1. navigate sync status page
2.
3.
Actual results:
ActionController::RoutingError (No route matches [GET] "/assets/katello/ui.spinner.css"):
RoutingError (No route matches [GET] "/assets/katello/input-bg.png"):
RoutingError (No route matches [GET] "/assets/katello/jquery.jscrollpane.css"):
Expected results:
UI shouldn't raise routing errors on navigating sync status page
Additional info:
Updated by Eric Helms almost 9 years ago
- Translation missing: en.field_release set to 86
Updated by Walden Raines almost 9 years ago
- Assignee changed from Walden Raines to Eric Helms
Updated by Eric Helms almost 9 years ago
- Blocked by Bug #14221: Plugin asset compilation does not expand SCSS imports of CSS files added
Updated by The Foreman Bot almost 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5887 added
Updated by Eric Helms almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|e9b932c6e3ebe158301827f0e6e45f23303a24a9.
Updated by Walden Raines over 8 years ago
- Status changed from Closed to Assigned
- Assignee changed from Eric Helms to Walden Raines
Updated by The Foreman Bot over 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6131 added
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release changed from 86 to 144
Updated by Walden Raines over 8 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|f8fbc9212273e1f5abed8d676e66167dfb3b9d95.