[ic] Bug with display of matrix options in email reports and bug in UI Test code page

Peter peter at pajamian.dhs.org
Tue Jul 18 22:15:33 EDT 2006


On 07/18/2006 07:05 PM, Peter wrote:
> On 07/18/2006 06:20 PM, Peter wrote:
> 
>> Still looking into this further and will hopefully come up with a 
>> patch soon, any input is appreciated.
> 
> 
> Patch (may suffer from word wrap):
> 
> Index: lib/Vend/Options/Matrix.pm
> ===================================================================
> RCS file: /var/cvs/interchange/lib/Vend/Options/Matrix.pm,v
> retrieving revision 1.12
> diff -u -p -r1.12 Matrix.pm
> --- lib/Vend/Options/Matrix.pm  25 Feb 2006 23:40:48 -0000      1.12
> +++ lib/Vend/Options/Matrix.pm  19 Jul 2006 02:03:46 -0000
> @@ -244,7 +244,7 @@ sub display_options {
>                 }
> 
>                 $phony->{mv_sku} = $sku;
> -               my $begin = Vend::Interpolate::tag_accessories(
> +               my $begin = $opt->{report} ? '' : 
> Vend::Interpolate::tag_accessories(
>                                                         $sku,
>                                                         '',
>                                                         {

BTW, the above doesn't fix the problem with single widget not showing 
any options, it only fixes seperate widgets.

If I get the time I'll look into single widgets, but it's not quite as 
likely since we needed the fix for seperate widgets, but not single widgets.

Peter


More information about the interchange-users mailing list