Bug #22455
Provide a fallback humanized_name
Description
Jobs defined in Foreman should have a humanized_name in order to show up in the Tasks list. However, in case they don't (plugins, or just something that slipped under the radar during review), an empty line is displayed on this page. Instead, at least the class name should be displayed so that it makes more sense.
Associated revisions
History
#1
Updated by The Foreman Bot over 4 years ago
- Assignee set to Daniel Lobato Garcia
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5224 added
#2
Updated by Tomer Brisker over 4 years ago
- Legacy Backlogs Release (now unused) set to 330
#3
Updated by Anonymous over 4 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset 126685278f0a78ce3a3a69e9ac061e079ccec863.
Fixes #22455 - Provide a fallback humanized_name
Jobs defined in Foreman should have a humanized_name in order to show up
in the Tasks list. However, in case they don't (plugins, or just
something that slipped under the radar during review), an empty line
is displayed on this page. Instead, at least the class name should be
displayed so that it makes more sense.