fixed #10141: Matrix 2.0 - Search does not check matching products

This commit is contained in:
Yung Han Khoe 2009-04-11 17:31:33 +00:00
parent 46e73ed59f
commit bb330fd30c
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@
- Default Survey Question bundles now store full answer information in json. Everything configured in an answer will be saved in a default configuration.
- Survey [[question variable]] now returns the shown answer text for multiple choice questions, and the recorded value for non-multiple choice questions.
- fixed #10142: Matrix 2.0 - Search screen compare button not functional
- fixed #10141: Matrix 2.0 - Search does not check matching products
7.7.3
- fixed #10094: double explanation in thread help

View file

@ -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);