Skip to content

Commit

Permalink
[processing] Use display name, not alg ID in undo history for in-plac…
Browse files Browse the repository at this point in the history
…e mode
  • Loading branch information
nyalldawson committed Sep 17, 2018
1 parent d99d506 commit f514875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/AlgorithmExecutor.py
Expand Up @@ -208,7 +208,7 @@ def execute_in_place_run(alg, active_layer, parameters, context=None, feedback=N
try:
new_feature_ids = []

active_layer.beginEditCommand(alg.name())
active_layer.beginEditCommand(alg.displayName())

req = QgsFeatureRequest(QgsExpression(r"$id < 0"))
req.setFlags(QgsFeatureRequest.NoGeometry)
Expand Down

0 comments on commit f514875

Please sign in to comment.