Actions
Bug #16673
closedContent view histories lose their type after clearing out foreman tasks
Difficulty:
Triaged:
Description
Foreman tasks has rake task for cleaning out old tasks:
https://github.com/theforeman/foreman-tasks/blob/master/lib/foreman_tasks/tasks/cleanup.rake
The problem is that content view history use these tasks:
If you run the clean up task and go to the history page for a content view, you just get a bunch of "Unknown Actions".
Actions