mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processing] Fix TableWidgetWrapper in batch dialog
This commit is contained in:
parent
2d2fe8b8cc
commit
4a62699472
@ -741,7 +741,7 @@ class TableWidgetWrapper(WidgetWrapper):
|
||||
except:
|
||||
return self.widget.getValue()
|
||||
elif self.dialogType == DIALOG_BATCH:
|
||||
return self.widget.getText()
|
||||
return self.widget.value()
|
||||
else:
|
||||
def validator(v):
|
||||
return bool(v) or self.param.optional
|
||||
|
Loading…
x
Reference in New Issue
Block a user