Skip to content

Commit

Permalink
Merge pull request #34026 from agiudiceandrea/patch-1
Browse files Browse the repository at this point in the history
[3.10] Fix "Invalid algorithm ID for menu: qgis:creategrid"
  • Loading branch information
luipir committed Jan 26, 2020
2 parents d4cd3cf + 7b6ed7e commit e9cc765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/menus.py
Expand Up @@ -53,7 +53,7 @@
'native:meancoordinates': analysisToolsMenu,
'native:lineintersections': analysisToolsMenu})
researchToolsMenu = vectorMenu + "/" + Processing.tr('&Research Tools')
defaultMenuEntries.update({'qgis:creategrid': researchToolsMenu,
defaultMenuEntries.update({'native:creategrid': researchToolsMenu,
'qgis:randomselection': researchToolsMenu,
'qgis:randomselectionwithinsubsets': researchToolsMenu,
'qgis:randompointsinextent': researchToolsMenu,
Expand Down

0 comments on commit e9cc765

Please sign in to comment.