Project

General

Profile

Actions

Bug #36109

open

404 on /assets/spinner.gif when toggling the "Active only" box on the sync_management page

Added by Evgeni Golov about 1 year ago. Updated about 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Web UI
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:

Description

The path is hardcoded in https://github.com/Katello/katello/blob/09f69b74148fe2af5177f9240060f5691182cfe1/app/assets/javascripts/katello/common/katello.common.js#L67-L69
and used in https://github.com/Katello/katello/blob/09f69b74148fe2af5177f9240060f5691182cfe1/app/assets/javascripts/katello/sync_management/sync_management.js#L45

However, the file is not there in a production environment (on my system, it's reachable via /assets/katello/icons/spinner-HASH.gif)

We'd have to load it via something like asset_path('spinner.gif'), but I have no idea if katello.common.js is even processed like that in the asset pipeline?

Actions #1

Updated by Quinn James about 1 year ago

  • Category set to Web UI
  • Target version set to Katello Backlog
  • Triaged changed from No to Yes
Actions

Also available in: Atom PDF