collective / collective/example.conference

session problem

Open
#2 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
6
Forks
3
PR merge metrics
No merged PRs in 30d

Description

when i add a seesion with presenter,it will encounter a mistake just as following:
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 plone.z3cform.layout, line 66, in **call**
Module plone.z3cform.layout, line 50, in update
Module plone.dexterity.browser.add, line 112, in update
Module plone.z3cform.fieldsets.extensible, line 59, in update
Module plone.z3cform.patch, line 30, in GroupForm_update
Module z3c.form.group, line 141, in update
Module plone.app.z3cform.csrf, line 21, in execute
Module z3c.form.action, line 98, in execute
Module z3c.form.button, line 315, in **call**
Module z3c.form.button, line 170, in **call**
Module plone.dexterity.browser.add, line 99, in handleAdd
Module z3c.form.form, line 245, in createAndAdd
Module plone.dexterity.browser.add, line 68, in create
Module z3c.form.form, line 49, in applyChanges
Module plone.app.relationfield.widget, line 44, in set
Module zope.component._api, line 169, in getUtility
ComponentLookupError: (, '')

how to slove it?

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce adding a session with a presenter and start at the traceback's plone.app.relationfield.widget set call, which fails to find zope.intid.interfaces.IIntIds. Trace the Plone configuration and relation-field setup involved in that form. Done means the session can be added with a presenter without ComponentLookupError.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.