Skip to content

Commit ae76c05

Browse files
DelazJnyalldawson
authored andcommittedNov 30, 2018
Deactivate help button for SAGA algorithms
to avoid user frustration because no help is provided in user manual (simply listing parameters and options already shown in GUI can't be called a help) (cherry picked from commit 72fdda7)
1 parent 14164ef commit ae76c05

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎python/plugins/processing/algs/saga/SagaAlgorithmProvider.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ def longName(self):
128128
def id(self):
129129
return 'saga'
130130

131-
def helpId(self):
132-
return 'saga'
133-
134131
def defaultVectorFileExtension(self, hasGeometry=True):
135132
return 'shp' if hasGeometry else 'dbf'
136133

0 commit comments

Comments
 (0)
Please sign in to comment.