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.