Skip to content

Commit

Permalink
Deactivate help button for SAGA algorithms
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
DelazJ authored and nyalldawson committed Nov 30, 2018
1 parent 14164ef commit ae76c05
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/plugins/processing/algs/saga/SagaAlgorithmProvider.py
Expand Up @@ -128,9 +128,6 @@ def longName(self):
def id(self):
return 'saga'

def helpId(self):
return 'saga'

def defaultVectorFileExtension(self, hasGeometry=True):
return 'shp' if hasGeometry else 'dbf'

Expand Down

0 comments on commit ae76c05

Please sign in to comment.