Subject: | multi-valued checkboxes not working, and an import error |
The main bug:
A list of checkboxes which all of the same won't be refilled properly.
The cause is that test against $data->{ $foo } , but the "$foo" in this
case turns out to be an arrayref, so the match fails.
A bonus bug:
We should document that 'replace_form' needs to explicitly imported.
Mark