Project

General

Profile

Bug #20396

Updated by Ivan Necas almost 7 years ago

The assets registered via plugin settings should not be reported as warning. 

 From the logs on develop: 

 <pre> 
 [app] [W] Plugin foreman-tasks has assets outside of its namespace, these will be ignored: trigger_form.js, foreman_tasks/trigger_form.css, foreman_tasks/tasks.css.scss,  
 foreman_tasks/application.css.scss 
 </pre> 

 The assets are registered in the plugin settings.

Back