Project

General

Profile

Bug #34921

Updated by Jeremy Lenz over 2 years ago

currently the error message returned is something like 

 <pre> 
 ERF07-1096 [Foreman::SettingValueException]: error parsing value for setting 'sync_connect_timeout_v2': Value is invalid: must be integer 
 </pre> 

 which gets displayed in the toast. Instead it should just be 

 <pre> 
 Error parsing value for setting 'sync_connect_timeout_v2': Value is invalid: must be integer 
 </pre>

Back