We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75fe94f commit f993ec0Copy full SHA for f993ec0
python/plugins/processing/gui/wrappers.py
@@ -723,7 +723,7 @@ def value(self):
723
False)
724
return [options[i] if isinstance(i, int) else i for i in self.widget.selectedoptions]
725
elif self.dialogType == DIALOG_BATCH:
726
- return self.widget.getText()
+ return self.widget.value()
727
else:
728
options = self._getOptions()
729
values = [options[i] if isinstance(i, int) else QgsProcessingModelChildParameterSource.fromStaticValue(i)
0 commit comments