Actions
Bug #15256
closedDeprecated plugin registration initializer in use, must be changed for 1.13
Description
foreman-tasks causes the following deprecation warning to be issued on startup - the initialiser must be changed per the message:
Initializing plugins using :after => :finish_hook in your 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. Affected initializer name is foreman_tasks.register_plugin.
The support is being removed in develop/1.13 under #13845, and I suspect this causes test failures for Katello and other plugins using foreman-tasks.
Actions