We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9562b9d commit bcb68ddCopy full SHA for bcb68dd
python/plugins/processing/gui/BatchInputSelectionPanel.py
@@ -85,7 +85,7 @@ def showPopupMenu(self):
85
popupmenu = QMenu()
86
87
if not (isinstance(self.param, QgsProcessingParameterMultipleLayers) and
88
- self.param.datatype == dataobjects.TYPE_FILE):
+ self.param.layerType == dataobjects.TYPE_FILE):
89
selectLayerAction = QAction(
90
self.tr('Select from open layers'), self.pushButton)
91
selectLayerAction.triggered.connect(self.showLayerSelectionDialog)
0 commit comments