datakurre / collective.pfg.dexterity

Dexterity PFG Adapter
2 stars 3 forks source link

Error with boolean #1

Closed bklups closed 13 years ago

bklups commented 13 years ago

On Plone 4.0.4

Only when the PFG Boolean is checkeck field (Dexterity field is Boolean too) i have this error : An unexpected error: 'bool' object is unsubscriptable

No more on error logs

datakurre commented 13 years ago

Thanks. I'd expect more issues like this to be found.

The fix could be trivial, but allow me a couple of days to get this fixed and tested properly. Meanwhile, also new issues are welcome.

There's no more logs, because adapter handles the exception and returns only the error message. I think, I should fix it to also produce proper stacktrace to instance.log...