mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
[processing][help] use new anchor style also for modeler
This commit is contained in:
parent
25c5d8dbea
commit
a54192cb72
@ -367,7 +367,7 @@ class ModelerParametersDialog(QDialog):
|
||||
algHelp = self._alg.helpUrl()
|
||||
if not algHelp:
|
||||
algHelp = QgsHelp.helpUrl("processing_algs/{}/{}.html#{}".format(
|
||||
self._alg.provider().helpId(), self._alg.groupId(), self._alg.name())).toString()
|
||||
self._alg.provider().helpId(), self._alg.groupId(), "{}{}".format(self._alg.provider().helpId(), self._alg.name()))).toString()
|
||||
|
||||
if algHelp not in [None, ""]:
|
||||
webbrowser.open(algHelp)
|
||||
|
Loading…
x
Reference in New Issue
Block a user