Moved Survey test upgrade to 7.7.6-7.7.7 upgrade script
This commit is contained in:
parent
bece623b8f
commit
2bde3dc02c
7 changed files with 27 additions and 16 deletions
|
|
@ -2452,7 +2452,7 @@ sub www_editTestSuite {
|
|||
|
||||
my $testsFound = 0;
|
||||
my $tests = '<table class="content"><tr><th></th><th>' . $i18n->get('test name') . '</th></tr><tbody class="tableData">';
|
||||
my $getATest = WebGUI::Asset::Wobject::Survey::Test->getAllIterator($session);
|
||||
my $getATest = WebGUI::Asset::Wobject::Survey::Test->getAllIterator($session, { sequenceKeyValue => $self->getId } );
|
||||
my $icon = $session->icon;
|
||||
while (my $test = $getATest->()) {
|
||||
$testsFound++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue