Skip to content

Commit

Permalink
Merge pull request #43816 from gacarrillor/update_tag
Browse files Browse the repository at this point in the history
Add 'update' tag to find GeometryByExpression alg easier
  • Loading branch information
m-kuhn committed Jun 21, 2021
2 parents 5e62599 + 350ed39 commit e4ba6b1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ QString QgsGeometryByExpressionAlgorithm::displayName() const

QStringList QgsGeometryByExpressionAlgorithm::tags() const
{
return QObject::tr( "geometry,expression,create,modify" ).split( ',' );
return QObject::tr( "geometry,expression,create,modify,update" ).split( ',' );
}

QString QgsGeometryByExpressionAlgorithm::group() const
Expand Down

0 comments on commit e4ba6b1

Please sign in to comment.