collective / collective/sc.contentrules.groupbydate
An issue in Plone 5
- Dominant language
- Python
- Stars
- 3
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Shows this traceback on Plone 5. ERROR Zope.SiteErrorLog 1443610781.980.996244612317 http://www.danieltordable.net/++rule++rule-1/+action/sc.contentrules.actions.groupbydate
Traceback (innermost last):
Module ZPublisher.Publish, line 138, in publish
Module ZPublisher.mapply, line 77, in mapply
Module ZPublisher.Publish, line 48, in call_object
Module z3c.form.form, line 218, in **call**
Module plone.z3cform.fieldsets.extensible, line 58, in update
Module plone.autoform.form, line 33, in updateFields
Module plone.autoform.base, line 54, in updateFieldsFromSchemata
Module plone.autoform.form, line 22, in schema
NotImplementedError: The class deriving from AutoExtensibleForm must have a 'schema' property
Thanks for repairing it.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the traceback on Plone 5 and trace the failing updateFieldsFromSchemata path through plone.autoform.form, plone.autoform.base, and plone.z3cform.fieldsets.extensible. Inspect the action form involved at ++rule++rule-1/+action/sc.contentrules.actions.groupbydate and determine what is missing from its AutoExtensibleForm setup. Done means the action form opens without this NotImplementedError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100