Skip Menu |

This queue is for tickets about the HTML-FormFu-Model-DBIC CPAN distribution.

Report information
The Basics
Id: 41543
Status: resolved
Priority: 0/
Queue: HTML-FormFu-Model-DBIC

People
Owner: Nobody in particular
Requestors: sargie [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.03006
Fixed in: (no value)



Subject: 0.03006+ breaks code that worked fine under 0.03002...
Somebody removed the final clause in the _get_resultset clause, ie: elsif ( defined $context ) { return $context->model; } and causes my code to issue: Caught exception in IDL::Web::Controller::User->add "need a schema or context at /usr/local/share/perl/5.8.8/HTML/FormFu/Element/_Group.pm line 74" Please add it back in. If it's deprecated, fine, I'm happy to set a switch somewhere: ie: if (defined $context && $ENV{'DONT_BREAK_BACKWARDS_COMPAT'} ); works just fine for me A mention in the CHANGES file if this wasn't removed erroneously would have been nice too.
fixed in svn r1308, and will be included in the next cpan release