fix Ifcondition (missing SUBINFO_SEP)
This commit is contained in:
parent
855528a713
commit
9e9bdaf289
1 changed files with 2 additions and 2 deletions
|
@ -251,8 +251,8 @@ class FormField():
|
|||
"(Empty input = Do not ask the user.) ")
|
||||
if len(question) == 0:
|
||||
self[choicename + SUBINFO_SEP + "Ifequal"] = "no"
|
||||
self[choicename + SUBINFO_SEP + "no" + "A"] = "A"
|
||||
self[choicename + SUBINFO_SEP + "no" + "B"] = "B"
|
||||
self[choicename + SUBINFO_SEP + "no" + SUBINFO_SEP + "A"] = "A"
|
||||
self[choicename + SUBINFO_SEP + "no" + SUBINFO_SEP + "B"] = "B"
|
||||
else:
|
||||
self[choicename + SUBINFO_SEP + "Prompt"] = question
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue