Carl Franks wrote:
On 22/09/2007, Mario Minati <[EMAIL PROTECTED]> wrote:
I just put an update on SVN.
Yes, this is a "slight issue" ;)
I've pushed a new cpan release out with the fix - it should be
available within hours.
Thanks Mario && Carl!
-Brian
On 22/09/2007, Mario Minati <[EMAIL PROTECTED]> wrote:
> On Friday 21 September 2007 19:46:00 Brian Cassidy wrote:
> > This is a bug report/warning to those using DBIx-Class-HTML-FormFu. /DO
> > NOT/ name any element in your page "delete" if you plan on using
> >
> > $obj->fill_formfu_values( $form
On Friday 21 September 2007 19:46:00 Brian Cassidy wrote:
> This is a bug report/warning to those using DBIx-Class-HTML-FormFu. /DO
> NOT/ name any element in your page "delete" if you plan on using
>
> $obj->fill_formfu_values( $form );
>
> The component checks if $obj->can( $field ) then calls $o
This is a bug report/warning to those using DBIx-Class-HTML-FormFu. /DO
NOT/ name any element in your page "delete" if you plan on using
$obj->fill_formfu_values( $form );
The component checks if $obj->can( $field ) then calls $obj->$field. So,
in this case, "delete" is legit and gets called.