Actions
Bug #27856
closedAssets initializer fails to load plugins without assets defined
Description
For plugins that do not contain assets in asset pipeline (no app/assets folder exist), rake plugin:assets:precompile['my_plugin'] will create an empty manifest file.
This file will be loaded by assets initializer that is not prepared to deal with empty JSON object.
Updated by The Foreman Bot about 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7042 added
Updated by Shimon Shtein about 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 0d8dd9a16a7a0e41eae5cf3061c1720e6397f7d7.
Actions