Expose Thingy searchResult_json as template variable
This commit is contained in:
parent
1b9edbf545
commit
e63ce7881c
1 changed files with 1 additions and 0 deletions
|
|
@ -3349,6 +3349,7 @@ sequenceNumber');
|
|||
push(@searchResult_loop,\%templateVars);
|
||||
}
|
||||
$var->{searchResult_loop} = \@searchResult_loop;
|
||||
$var->{searchResult_json} = JSON->new->encode(\@searchResult_loop);
|
||||
$p->appendTemplateVars($var);
|
||||
|
||||
$var->{"form_start"} = WebGUI::Form::formHeader($self->session,{action=>$self->getUrl,method=>'GET'})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue