Update tests to handle the new way of updating ranks in the asset manager.
This commit is contained in:
parent
3b94bad76d
commit
49c2cfd5fa
2 changed files with 3 additions and 1 deletions
|
|
@ -788,7 +788,6 @@ Returns the user to the manage assets screen.
|
|||
|
||||
sub www_setRanks {
|
||||
my $session = shift;
|
||||
$session->asset(getCurrentAsset($session));
|
||||
return $session->privilege->insufficient() unless $session->asset->canEdit;
|
||||
my $i18n = WebGUI::International->new($session, 'Asset');
|
||||
my $pb = WebGUI::ProgressBar->new($session);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue