mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-18 00:04:02 -04:00
[processing] Use display name, not alg ID in undo history for in-place mode
This commit is contained in:
parent
d99d506e75
commit
f51487551b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user