Update Path after changing Storage Area

pull/3778/head
Isaac Connor 2023-10-04 10:07:07 -04:00
parent 9b1e98997c
commit fc2198d375
1 changed files with 1 additions and 0 deletions

View File

@ -755,6 +755,7 @@ sub MoveTo {
# Succeeded in copying all files, so we may now update the Event.
$$self{StorageId} = $$NewStorage{Id};
$self->Storage($NewStorage);
$self->Path(undef);
$error .= $self->save();
# Going to leave it to upper layer as to whether we rollback or not