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 over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7042 added
Actions