Home » Database » DB_DataObject_FormBuilder » Bug #4485
Checkboxes of crosslinks goes wrong after freeze()
Details
| Submitted | 2005-05-31 12:21 UTC |
|---|---|
| From | php at pinna dot nl |
| Assigned | justinpatrin |
| Status | Closed |
| Package | DB_DataObject_FormBuilder |
| PHP Version | 5.0.3 |
| OS | linux |
| Roadmaps | (Not assigned) |
Comments
[2005-05-31 12:21 UTC] php at pinna dot nl
Description:
------------
When I submit a form with crosslinks, the keys are the linked ID's but the values are all 1.
This is only after freeze. When i directly submit, nothing goes wrong.
I googled this up and found serveral older bugs dating from december, and saw this is fixed.. Also I remembered that in 0.15 of something, an key and value option was added to enum types... I couldn't find that so quickly, but could it be the problem is in there..?
Ow, btw, the reason I assume its in the checkboxes, is that everything goes well with the type=select type...
[2005-05-31 16:47 UTC] php at pinna dot nl
Well, I hope i'll try tomorrow.
Don't know what you mean by that you dont have to rely on checkbox values, but i'll see that tomorrow :) Thanks!
[2005-06-01 09:33 UTC] php at pinna dot nl
It works like a charm! Thanks!