We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3caccd5 commit bec3792Copy full SHA for bec3792
python/plugins/processing/modeler/ModelerAlgorithm.py
@@ -276,6 +276,8 @@ def defineCharacteristics(self):
276
for inp in list(self.inputs.values()):
277
if inp.param not in self.parameters:
278
self.parameters.append(inp.param)
279
+ self.parameters.sort(key=attrgetter("description"))
280
+
281
self.outputs = []
282
for alg in list(self.algs.values()):
283
if alg.active:
0 commit comments