Made Survey upgrades conditional in upgrade script because my 7.7.6 upgrades got
committed halfway through the release process.
This commit is contained in:
parent
8373eaf585
commit
c64a1de9f3
2 changed files with 15 additions and 2 deletions
|
|
@ -2701,7 +2701,7 @@ sub www_runTest {
|
|||
}
|
||||
|
||||
my $ac = $self->getAdminConsole;
|
||||
my $out = $self->processTemplate($var, $self->get('testResultsTemplateId'));
|
||||
my $out = $self->processTemplate($var, $self->get('testResultsTemplateId') || 'S3zpVitAmhy58CAioH359Q');
|
||||
my $edit = WebGUI::International->new($self->session, "WebGUI")->get(575);
|
||||
$ac->addSubmenuItem($self->session->url->page("func=editTest;testId=$id"), "$edit Test");
|
||||
return $ac->render($out, 'Test Results');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue