Instrument www_demote, www_promote, demote, promote and swapRank with ProgressBar code.

This commit is contained in:
Colin Kuskie 2009-06-19 15:34:31 +00:00
parent cbc308c55a
commit e518dbe1b3
4 changed files with 70 additions and 18 deletions

View file

@ -333,6 +333,8 @@ sub www_editBranchSave {
};
delete $self->{_parent};
$self->session->asset($self->getParent);
##Since this method originally returned the user to the AssetManager, we don't need
##to use $pb->finish to redirect back there.
return $self->getParent->www_manageAssets;
}