VersionTag rollback moved to Fork

This commit is contained in:
Paul Driver 2010-10-06 08:51:27 -07:00
parent 895ce37917
commit 04fa1ca794
8 changed files with 241 additions and 105 deletions

View file

@ -400,7 +400,8 @@ sub www_copy {
}
$args{assetId} = $self->getId;
$self->forkWithProgressTree({
$self->forkWithStatusPage({
plugin => 'ProgressTree',
title => 'Copy Assets',
redirect => $redir,
method => 'copyInFork',
@ -727,7 +728,8 @@ sub www_pasteList {
my $form = $session->form;
return $session->privilege->insufficient() unless $self->canEdit && $session->form->validToken;
$self->forkWithProgressTree( {
$self->forkWithStatusPage( {
plugin => 'ProgressTree',
title => 'Paste Assets',
redirect => $self->getUrl(
$form->get('proceed') eq 'manageAssets'