Actions
Bug #13110
closedPlugin sprockets/registration initializer deprecation warning missing initializer name
Description
The plugin initialization deprecation message added in #4629 is missing the name of the plugin affected, as the "called from" information doesn't indicate the source.
Initializing plugins using :after => :finish_hook inyour engine is deprecated. It delays the load of some assets in Sprockets. If you are the plugin author, please change your plugin engine initializer to use:before => :finisher_hook or after_initialize. (called from ...)
Updated by Dominic Cleal almost 9 years ago
- Related to Feature #4629: Add Patternfly support in foreman added
Updated by The Foreman Bot almost 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3050 added
Updated by Dominic Cleal almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 5290e57648b1bc93b176e25039d58a1677a74beb.
Updated by Dominic Cleal almost 9 years ago
- Translation missing: en.field_release set to 71
Actions