Bug #28891
All hosts showing "Failure: undefined method `title' for nil:NilClass" in Properties pane
Description
Observed "Failure: undefined method `title' for nil:NilClass" message in red dialog box on all hosts in web interface after upgrading from 1.23.1 to 1.24.2 on three separate Foreman hosts.
Env:
CentOS 7.7.1908
Puppet Open Source (puppet-agent) 5.5.18
Related issues
Associated revisions
History
#1
Updated by Marek Hulán over 2 years ago
Please upload a production.log with the full trace (the treaceback is the important part), I think I've seen something similar with organizations/locations recently. If that's the same thing, I have a patch at hand
#2
Updated by The Foreman Bot over 2 years ago
- Assignee set to Tomer Brisker
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7420 added
#3
Updated by Tomer Brisker over 2 years ago
- Related to Refactor #15406: Move puppet_environment overview field outside core's #overview_fields helper. added
#4
Updated by Tomer Brisker over 2 years ago
- Target version set to 1.24.3
#5
Updated by Tomer Brisker over 2 years ago
- Category changed from Web Interface to Organizations and Locations
Looks like the condition checking if a host has a location or organization assigned to it before showing it in the properties pane was dropped in a refactoring.
#6
Updated by Spencer Riner over 2 years ago
Thanks for the update. I can upload production.log, but I don't see any tracebacks since we installed 1.24.2, so I don't know if it would be helpful.
#7
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases 2.0.0 added
#8
Updated by Tomer Brisker over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 079723bee1fa46db45c03cdc8855570b18be0acc.
#9
Updated by Tomer Brisker over 2 years ago
- Fixed in Releases 1.24.3 added
#10
Updated by Tomer Brisker over 1 year ago
- Bugzilla link set to 1909657
Fixes #28891 - Show host properties tab if missing taxonomy (#7420)
If a host isn't assigned to a location or organization, the properties
tab will fail to render.