mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[processing] fix error in MultipleInputWidgetWrapper
This commit is contained in:
parent
e338a90c80
commit
c365439140
@ -500,7 +500,7 @@ class MultipleInputWidgetWrapper(WidgetWrapper):
|
||||
options = dataobjects.getTables(sorting=False)
|
||||
else:
|
||||
options = dataobjects.getVectorLayers([self.param.datatype], sorting=False)
|
||||
opts = [self.getExtendedLayerName(opt) for opt in options]
|
||||
opts = [getExtendedLayerName(opt) for opt in options]
|
||||
self.widget.updateForOptions(opts)
|
||||
|
||||
def setValue(self, value):
|
||||
|
Loading…
x
Reference in New Issue
Block a user