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 e624518 commit fb8b931Copy full SHA for fb8b931
python/plugins/processing/gui/wrappers.py
@@ -1093,7 +1093,7 @@ def value(self):
1093
if self.param.multiple:
1094
return [self.widget.options[i] for i in self.widget.selectedoptions]
1095
else:
1096
- f = self.widget.field()
+ f = self.widget.currentField()
1097
if self.param.optional and not f:
1098
return None
1099
return f
0 commit comments