From 11c9a8081490f2ac40644d4207778ad76705a602 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 18 Sep 2013 09:59:29 -0700 Subject: [PATCH] Need at least one call to the sub that updates the Fork status. --- lib/WebGUI/AssetHelper/Copy.pm | 2 ++ 1 file changed, 2 insertions(+) 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;