Sinar / popolo.contenttypes

GNU General Public License v2.0
1 stars 2 forks source link

Backport Value error patch (Fixes #14) #58

Closed arky closed 3 years ago

arky commented 3 years ago

We use collective.monkeypatcher to backport plone.app.z3cform commit https://github.com/plone/plone.app.z3cform/commit/cb890dbbe64dc92acd2c68d5315f22c32ac4513f

This minimal patch replaces the 'toWidgetValue' and toFieldValue from plone.app.z3cform 3.2.x version to fix #14

The only significant change is that we 'six' and 'collective.monkeypatcher' are added dependencies.

arky commented 3 years ago

Closing this based on Aug 10 Dev meeting. Moving this patch to buildout instead.