Fix minor Survey bug
WebGUI::Asset::Wobject::Survey::ResponseJSON::responseValues was returning empty result for indexBy => 'addresses'
This commit is contained in:
parent
6beb285d17
commit
8b34dc79ee
1 changed files with 1 additions and 1 deletions
|
|
@ -918,7 +918,7 @@ sub responseValues {
|
|||
# Find out what we're indexing responses by
|
||||
my $identifier
|
||||
= $opts{indexBy} eq 'variable' ? $question && $question->{variable}
|
||||
: $self->questionId($address);
|
||||
: $self->questionId(@address);
|
||||
next unless $identifier;
|
||||
|
||||
my $answer = $self->survey->answer([@address]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue