Actions
Bug #18556
closedGlobal parameters format is not preserved when editing
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
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"
Actions