Actions
Bug #14645
closedImages for plugins in production mode result in 404s
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Images are going through the legacy asset helpers in sprockets-rails, we need to fix that.
For plugins we need to ensure that the digest is looking up digested assets in production and ensure that the prefix is set in order to generate the proper path for the assets.
This will allow the use of image-url in sass for the correct retrieval of digested images.
Updated by Walden Raines over 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3423 added
Updated by Walden Raines over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset db8510329fc284bd17cea01df09ea0a5f4f5364b.
Updated by Dominic Cleal over 8 years ago
- Translation missing: en.field_release set to 141
Actions