Project

General

Profile

Bug #19147

Updated by Ivan Necas about 7 years ago

There are various reasons that can cause the execution plan for a task not being available. We should still try 
 to not fail completely at those situations and try to show at least the data we have available in foreman_tasks_tasks table. 

 How to reproduce: 

 Follow http://projects.theforeman.org/issues/19146 for reproducer steps and go to the tasks details pages after doing so. 

 Expected results: the tasks page is still showing at least some data, not failing completely. 

 Current results: the tasks page is broken, returning 500 status code

Back