Bug #34921
Fix the SettingValueException error message
Pull request:
Found in Releases:
Description
currently the error message returned is something like
ERF07-1096 [Foreman::SettingValueException]: error parsing value for setting 'sync_connect_timeout_v2': Value is invalid: must be integer
which gets displayed in the toast. Instead it should just be
Error parsing value for setting 'sync_connect_timeout_v2': Value is invalid: must be integer
Associated revisions
History
#1
Updated by Jeremy Lenz about 2 months ago
- Description updated (diff)
#2
Updated by The Foreman Bot about 2 months ago
- Assignee set to Jeremy Lenz
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9218 added
#3
Updated by The Foreman Bot about 1 month ago
- Fixed in Releases 3.4.0 added
#4
Updated by Jeremy Lenz about 1 month ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|0d706b9503b1639cd9565162e3bfff08d814a90a.
#5
Updated by Jeremy Lenz about 1 month ago
- Bugzilla link set to 2065015
#6
Updated by The Foreman Bot about 1 month ago
- Pull request https://github.com/theforeman/foreman/pull/9234 added
#7
Updated by Amit Upadhye about 1 month ago
- Category set to Settings
- Subject changed from fix SettingValueException error message to Fix the SettingValueException error message
- Fixed in Releases 3.3.0 added
#8
Updated by The Foreman Bot about 1 month ago
- Fixed in Releases 3.3.1 added
Fixes #34921 - Fix SettingValueException error message