fixed #10141: Matrix 2.0 - Search does not check matching products
This commit is contained in:
parent
46e73ed59f
commit
bb330fd30c
2 changed files with 2 additions and 1 deletions
|
|
@ -1302,7 +1302,7 @@ sub www_search {
|
|||
$options{'blank'} = 'blank';
|
||||
$attribute->{options} = \%options;
|
||||
$attribute->{value} = 'blank';
|
||||
$attribute->{extras} = "style='width:120px'";
|
||||
$attribute->{extras} .= " style='width:120px'";
|
||||
}
|
||||
$attribute->{form} = WebGUI::Form::DynamicField->new($self->session,%{$attribute})->toHtml;
|
||||
push(@attribute_loop,$attribute);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue