Home » Database » DB_DataObject_FormBuilder » Bug #5562
fieldLabels only with checkbox type
Details
| Submitted | 2005-09-29 15:54 UTC |
|---|---|
| From | daniele dot tieghi at email dot it |
| Assigned | justinpatrin |
| Status | Bogus |
| Package | DB_DataObject_FormBuilder |
| PHP Version | 4.3.10 |
| OS | Windows XP |
| Roadmaps | (Not assigned) |
Comments
[2005-09-29 15:54 UTC] daniele dot tieghi at email dot it
Description:
------------
the fieldLabels configuration option works only for checkboxes , while the fieldLabels remain the autogenerated ones for the other fields.
Test script:
---------------
var $boolean; // int(1) unsigned
var $textfield01; // string(255)
...
###END_AUTOCODE
var $fb_fieldLabels = array (
'boolean' => 'This changes',
'textfield01' => 'This does not change :-('
);
[2005-10-01 10:40 UTC] daniele dot tieghi at email dot it
DB_DataObject_Formbuilder version is 0.18.1, but is possible that I didn't notice it in an earlier version. All that I know is that the last time I checked fieldLabels was working, then I upgraded several times, and when I checked (without changind the code) the labels were the name of the database columns, except for the tinyint(1) (boolean-checkbox) ones.
Thank you very mutch for analizing the problem!
Daniel
[2005-10-04 09:13 UTC] daniele dot tieghi at email dot it
Thank you very mutch, I'll try your suggestions in the next days, I'm sorry that I didn't replaied earlier, but I'm prepairing a very hard exam at the university, and I have no freetime until half October :-(