fix missing field_loop in SQL Form template
This commit is contained in:
parent
0c2f9f5ec7
commit
8df2c9f6b9
2 changed files with 6 additions and 6 deletions
|
|
@ -4359,7 +4359,6 @@ my $sth = $dbLink->db->unconditionalRead($sql);
|
|||
$var->{managementLinks} = $self->_getManagementLinks;
|
||||
|
||||
# Only process style if search is called directly;
|
||||
delete $var->{'searchForm.field_loop'};
|
||||
return $self->processTemplate($var, $self->getValue('searchTemplateId')) unless ($self->session->form->process("func") eq 'superSearch');
|
||||
return $self->processStyle($self->processTemplate($var, $self->getValue('searchTemplateId')));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue