On 07/04/2008, Alex Povolotsky <[EMAIL PROTECTED]> wrote:
> Zbigniew Lukasiak wrote:

> > - run svn diff > yourpatch.diff
> >
>  Index: lib/HTML/FormFu/Model/DBIC.pm
> ===================================================================
>  --- lib/HTML/FormFu/Model/DBIC.pm       (revision 990)
>  +++ lib/HTML/FormFu/Model/DBIC.pm       (working copy)
>  @@ -160,7 +160,7 @@
>                               my $info =
> $dbic->result_source->relationship_info($name);
>                 if ( !defined $info or $info->{attrs}{accessor} eq 'multi' )
> {
>  -                    my @defaults =
> $dbic->$name->get_column($col)->all;
>  +                    my @defaults =
> $dbic->$name->get_column('me.'.$col)->all;
>                     $field->default( [EMAIL PROTECTED] );
>                 }
>             }
>
>
>  Here it is.

cool - but can you also run the 'svn add' command on your new test
files(s) so that they also get included in the patch file?

we're almost there... ;)

Thanks,
Carl

_______________________________________________
HTML-FormFu mailing list
[email protected]
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to