Actions
Bug #26690
closedJob template view fail to render with Sprockets::Rails::Helper::AssetNotPrecompiled (lookup_keys.js)
Difficulty:
Triaged:
No
Description
Error:
Asset was not declared to be precompiled in production.
Add `Rails.application.config.assets.precompile += %w( lookup_keys.js )` to `config/initializers/assets.rb` and restart your server
Caused by: #26647
Fix: removing the explicit call for `lookup_keys.js` as it's bundled in `application.js`
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ivan Necas
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/412 added
Updated by Ivan Necas almost 6 years ago
- Related to Bug #26647: unneeded asset compile for hidden_values.js and lookup_keys.js added
Updated by Ivan Necas almost 6 years ago
- Is duplicate of Refactor #26689: lookup_keys removed from asset precompilation added
Updated by Ivan Necas almost 6 years ago
- Status changed from Ready For Testing to Closed
Updated by Ivan Necas almost 6 years ago
- Status changed from Closed to Duplicate
Actions