Bug #34240
Setting all_out_of_sync_disabled has no definition warning
Description
We seem to read undefined setting.
Associated revisions
History
#1
Updated by The Foreman Bot about 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9024 added
#2
Updated by The Foreman Bot about 1 year ago
- Fixed in Releases 3.3.0 added
#3
Updated by Ondřej Ezr about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|53001d69788930ff7bf05ffe92c8a660a9f71519.
Fixes #34240 - do not read undefined setting
We read undefined setting in the Dashboard, we didn't catch that until we introduced warning messages about that.
It was harmless, but it's better to not do such things :)