We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070abef commit eb5df89Copy full SHA for eb5df89
src/senaite/ast/workflow/analysis.py
@@ -46,7 +46,7 @@ def after_initialize(analysis):
46
options = zip(range(len(names)), names)
47
options = map(lambda m: {"ResultValue": m[0], "ResultText": m[1]}, options)
48
analysis.setResultOptions(options)
49
- analysis.setResultOptionsType("multiselect")
+ analysis.setResultType("multiselect")
50
analysis.reindexObject()
51
52
0 commit comments