} elsif (
!$value->is_set
and $value->action_builder->isa('DX::ActionBuilder::UnsetValue')
- and my $p = $coll->identity_path
+ and my $p = $coll->value_path
) {
my @path = (@$p, $key->string_value);
my $ab = DX::ActionBuilder::ProxySetToAdd->new(
);
my $set = $value->action_for_set_value(
$value->but(
- identity_path => \@path,
action_builder => $ab
)
);