the zcml directive interface registers the interfaces always in the global registry

Bug #1089340 reported by Adam Groszer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
zope.component
Won't Fix
Undecided
Unassigned

Bug Description

Whereas the other registrations use

sm = zope.component.getSiteManager()
sm.register...

zope.component.interface.provideInterface does:

gsm = zope.component.getGlobalSiteManager()
gsm.registerUtility...

what does not fit with z3c.baseregistry well

Revision history for this message
Tres Seaver (tseaver) wrote :
Changed in zope.component:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.