Ticket Details

Checkboxes created with Form-Helper missing in Request data when unchecked

BUG Ticket (closed)

###What happened:
Checkboxes created with ```$this->form->checkbox()``` don't appear in ```$this->request->data``` which means there is no way to reflect changes made to checkboxes it in the database.
on 07.11.10 reported by: michaelhue owned by: nate

Updates

on 08.24.10 by ddebernardy
  • id was changed to 159
  • number was changed to 116
  • owner was removed
  • priority was changed to normal
Suggestion:

For each checkbox, add a hidden field named _li_checkboxes[] with a value of the name of that checkbox. In the Request handler, scan the _li_checkboxes array, and initialize the variables accordingly.
on 09.29.10 by nate
  • owner was changed to nate
(fixed) on 10.12.10 by nate
  • status was changed to closed
  • resolution was changed to fixed
Fixed in x-form.