Project

General

Profile

Bug #18556

Updated by François ARMAND over 3 years ago

Hi, 

 When editing an existing global parameters in json format, the format is not preserve in the editing form and may lead to error if we change only the value and save without setting up the format again. After saving the format become string by default and can lead to error where the parameters is used for like in jinja templating. 


 Step to reproduce:  

 - create a global parameter in JSON format, save 
 - in the list of parameters, click on "edit" button for the one just created,  

 => format is "string" in place of "json" 
 

Back