developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 12 years ago
Closed 12 years ago
#824 closed bug (fixed)
Boolean fields are no longer saved to dao by jForms
Reported by: | dubphil | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | jelix 1.1 |
Component: | jelix:forms | Version: | trunk |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
At line 210 of lib/jelix/forms/jFormsBase.classe.php
$properties[$name] is an array so the equalities are never met.
then boolean data are not registered into $object->$name and never saved to the dao.
Change History (1)
comment:1 Changed 12 years ago by laurentj
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
fixed. r1297