Skip Menu |

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

Report information
The Basics
Id: 49114
Status: resolved
Priority: 0/
Queue: HTML-FormFu

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

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



Subject: Bad sample YAML in HTML::FormFu::Element::Checkboxgroup
Sample YAML reads- --- elements: - type: Checkboxgroup name: subjects options: - 'Math' - 'Science' - 'English' But that's broken. Should be something more like- --- elements: - type: Checkboxgroup name: subjects options: - [ 'math', 'Math' ] - [ 'sci', 'Science' ] - [ 'en', 'English' ] Thanks for the great kit! -Ashley
On Sat Aug 29 02:10:22 2009, ASHLEY wrote: Show quoted text
> Sample YAML reads- > --- > elements: > - type: Checkboxgroup > name: subjects > options: > - 'Math' > - 'Science' > - 'English' > > But that's broken.
Fixed in svn revision 1597.