diff --git a/lib/WebGUI/AssetHelper/Copy.pm b/lib/WebGUI/AssetHelper/Copy.pm index 3a47a15b8..fac22a9bc 100644 --- a/lib/WebGUI/AssetHelper/Copy.pm +++ b/lib/WebGUI/AssetHelper/Copy.pm @@ -96,6 +96,8 @@ sub copy { $process->update( $json ); }; + $update_progress->(); + my $tag = WebGUI::VersionTag->getWorking($session); if ($tag->canAutoCommit) { $tag->commit;