Skip to content

Commit a227341

Browse files
committed
fix(targetchange): duplication leaves default actors
Signed-off-by: btry <tbugier@teclib.com>
1 parent 220f4ae commit a227341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/form.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ public function duplicate() {
15291529

15301530
case PluginFormcreatorTargetChange::class:
15311531
// Drop default actors
1532-
$target_ticket_actor->deleteByCriteria([
1532+
$target_change_actor->deleteByCriteria([
15331533
'plugin_formcreator_targetchanges_id' => $new_target_item_id
15341534
]);
15351535

0 commit comments

Comments
 (0)