fix - [ 1213516 ] Survey.pm: question order=response driven doesn't work
This commit is contained in:
parent
85513d2fe9
commit
d0d7112623
1 changed files with 1 additions and 1 deletions
|
|
@ -798,7 +798,7 @@ sub www_editQuestion {
|
|||
my $ql = WebGUI::SQL->buildHashRef("select Survey_questionId,question
|
||||
from Survey_question where Survey_id=".quote($self->get("Survey_id"))." order by sequenceNumber");
|
||||
$ql = { ('-1' => WebGUI::International::get(82,'Asset_Survey'),%$ql) };
|
||||
$f->select(
|
||||
$f->selectList(
|
||||
-name => "gotoQuestion",
|
||||
-options=> $ql,
|
||||
-value => [$question->{gotoQuestion}],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue