mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1081 from YunoHost/fix-show-config-panel
[fix] show config panel
This commit is contained in:
commit
f6ac6bb4f7
1 changed files with 1 additions and 1 deletions
|
@ -1578,7 +1578,7 @@ def app_config_show_panel(operation_logger, app):
|
|||
option["default"] = parsed_values[generated_name]
|
||||
|
||||
args_dict = _parse_args_in_yunohost_format(
|
||||
[{option["name"]: parsed_values[generated_name]}],
|
||||
{option["name"]: parsed_values[generated_name]},
|
||||
[option]
|
||||
)
|
||||
option["default"] = args_dict[option["name"]][0]
|
||||
|
|
Loading…
Add table
Reference in a new issue