Merge pull request #29948 from volaya/fix_batch_getvalue

[processing] fixed method name in gui wrapper after API renaming
This commit is contained in:
Alexander Bruy 2019-05-26 10:01:10 +03:00 committed by GitHub
commit 27d687eac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1341,7 +1341,7 @@ class FeatureSourceWidgetWrapper(WidgetWrapper):
except:
return QgsProcessingFeatureSourceDefinition(self.combo.currentText(), use_selected_features)
elif self.dialogType == DIALOG_BATCH:
return self.widget.value()
return self.widget.getValue()
else:
def validator(v):
if not bool(v):