We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 164a85a commit 45711d3Copy full SHA for 45711d3
python/plugins/processing/modeler/ModelerParametersDialog.py
@@ -247,7 +247,7 @@ def getAvailableDependencies(self):
247
return opts
248
249
def getDependenciesPanel(self):
250
- return MultipleInputPanel([alg.algorithm.name for alg in self.getAvailableDependencies()])
+ return MultipleInputPanel([alg.description for alg in self.getAvailableDependencies()])
251
252
def showAdvancedParametersClicked(self):
253
self.showAdvanced = not self.showAdvanced
0 commit comments