operational recheck
[scpubgit/DX.git] / lib / DX / ActionBuilder / Normal.pm
index cd5a7a0..c950758 100644 (file)
@@ -13,6 +13,7 @@ sub action_for_set_value {
   DX::Action::SetValue->new(
     target_path => $self->target_path,
     new_value => $value->but_set_action_builder($self)
+                       ->but_set_identity_path($self->target_path)
   );
 }
 
@@ -23,7 +24,7 @@ sub action_for_add_member {
     target_path => \@add_path,
     new_value => $value->but_set_action_builder(
                    $self->but(target_path => \@add_path)
-                 )
+                 )->but_set_identity_path(\@add_path)
   );
 }