Commit 77732c38 authored by 's avatar

- hook up ZopeVocabularyRegistry

parent 2fd4d4f4
...@@ -8,6 +8,9 @@ Zope Changes ...@@ -8,6 +8,9 @@ Zope Changes
Bugs Fixed Bugs Fixed
- Products.Five: Fixed vocabulary lookup broken in 2.11 beta 1.
ZopeVocabularyRegistry wasn't hooked up on startup.
- Launchpad #143813: zopectl now exits non-zero when - Launchpad #143813: zopectl now exits non-zero when
child processes fail. child processes fail.
......
...@@ -22,6 +22,9 @@ from Products.Five import zcml ...@@ -22,6 +22,9 @@ from Products.Five import zcml
from Products.Five.browser import BrowserView from Products.Five.browser import BrowserView
from Products.Five.skin.standardmacros import StandardMacros from Products.Five.skin.standardmacros import StandardMacros
# hook up ZopeVocabularyRegistry
import zope.app.schema.vocabulary
# load the site's ZCML tree (usually site.zcml) upon product # load the site's ZCML tree (usually site.zcml) upon product
# initialization # initialization
def initialize(context): def initialize(context):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment