Skip Menu |

This queue is for tickets about the Class-DBI-FormBuilder CPAN distribution.

Report information
The Basics
Id: 16813
Status: new
Priority: 0/
Queue: Class-DBI-FormBuilder

People
Owner: Nobody in particular
Requestors: tvmaly [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.481
Fixed in: (no value)



Subject: form->confirm blank when has_many relationships exist
printing the $form->confirm on a CDBI object that contains a has_many relationship returns a blank page rather than the confirmation
From: tvmaly [...] gmail.com
[guest - Fri Dec 30 13:53:14 2005]: Show quoted text
> printing the $form->confirm on a CDBI object that contains a has_many > relationship returns a blank page rather than the confirmation
The problem is that a check for mapping is done, and it exists. However, that mapping ends up being an empty array reference. a work around is to add this to line 2374 of Class::DBI::FormBuilder next unless $has_many->{$field}->{args}->{mapping}->[0];