Subject: | editlist template broken for tables with no rows |
This line in the editlist mode of the list template:
% foreach my $field ( grep { $_->type ne 'hidden' } $forms[0]->fields ) {
Fails when no rows are found, because $forms[0] is empty. Possibly it would be necessary here to look inside the FormBuilder args... this could get messy.