mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix call to ask_questions_and_parse_answers
This commit is contained in:
parent
d8a9243532
commit
e4863830c9
1 changed files with 1 additions and 1 deletions
|
@ -580,7 +580,7 @@ class ConfigPanel:
|
|||
prefilled_answers.update(self.new_values)
|
||||
|
||||
questions = ask_questions_and_parse_answers(
|
||||
section["options"],
|
||||
{question["name"]: question for question in section["options"]},
|
||||
prefilled_answers=prefilled_answers,
|
||||
current_values=self.values,
|
||||
hooks=self.hooks,
|
||||
|
|
Loading…
Add table
Reference in a new issue