this was introduced since comment_driven unstable6 by #739962: CCK decimal: non-significant zeros conflict
when previewing decimal fields the assertion "double vs string" arises
attached patch should fix this,
nevertheless the root of the problem is in CCK #461536-7: $form_state['values'] not reflecting an accurate decimal value (i.e. non-significant zeros are dropped) and we are having all these troubles because of their misbehavior, having this fixed on their side would even let old versions of comment_driven work properly
| Comment | File | Size | Author |
|---|---|---|---|
| 2010-04-02_739962_decimal_preview[unix].patch | 1.69 KB | arhak |
Comments
Comment #1
arhak commentedcommitted to HEAD (the proposed patch plus some minor tunings)