Need at least one call to the sub that updates the Fork status.

This commit is contained in:
Colin Kuskie 2013-09-18 09:59:29 -07:00 committed by Scott Walters
parent 7766c43821
commit 11c9a80814

View file

@ -96,6 +96,8 @@ sub copy {
$process->update( $json );
};
$update_progress->();
my $tag = WebGUI::VersionTag->getWorking($session);
if ($tag->canAutoCommit) {
$tag->commit;