Open phewera opened 3 years ago
I was bitten by the same error today, the error message I got was just object() takes no arguments
.
This comes from the datagrid field adapter for subforms. I don't know why this is registered and what it is used for. I deactivated it and datagridfield still works for me, and the error is gone (@jensens you added parts of it, can you explain this?):
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:zcml="http://namespaces.zope.org/zcml"
i18n_domain="my.addon">
<include package="z3c.unconfigure" file="meta.zcml" />
<unconfigure zcml:condition="installed collective.z3cform.datagridfield">
<adapter factory="collective.z3cform.datagridfield.autoform.AutoExtensibleSubformAdapter" />
</unconfigure>
</configure>
Same problem here, with Rich Text Field settings.
Plone 5.2.3 Easyform 3.0.5 Data grid field 1.5..3
I have an image field in my easyform and when i try to open the settings modal i am getting the following error:
This seems similar to this issue: https://github.com/plone/Products.CMFPlone/issues/3050 I already took a look at the traceback but could not figure out what is causing the problem.
Plone 5.2.2 with collective.easyform 3.0.5