Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
DelazJ authored and nyalldawson committed Nov 26, 2018
1 parent 7a9ba25 commit 72fdda7
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 72fdda7

Please sign in to comment.