[Testbot] Plone 5.0 - Python 2.7 - Build # 2884 - Still failing! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Sat Jul 26 17:23:13 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 2884 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/2884/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: Products.CMFPlone
Branch: refs/heads/master
Date: 2014-07-26T18:20:59+02:00
Author: Timo Stollenwerk (tisto) <tisto at plone.org>
Commit: https://github.com/plone/Products.CMFPlone/commit/487939142877cc1b89e3e10dd29a4f2a65e2368e

Do not fail if p.a.registry is not present yet (on site creation).

Files changed:
M Products/CMFPlone/browser/navigation.py

diff --git a/Products/CMFPlone/browser/navigation.py b/Products/CMFPlone/browser/navigation.py
index cde89ac..c50c08d 100644
--- a/Products/CMFPlone/browser/navigation.py
+++ b/Products/CMFPlone/browser/navigation.py
@@ -191,7 +191,10 @@ def topLevelTabs(self, actions=None, category='portal_tabs'):
         # check whether we only want actions
         registry = getUtility(IRegistry)
         navigation_settings = registry.forInterface(
-            INavigationSchema, prefix="plone")
+            INavigationSchema,
+            prefix="plone",
+            check=False
+        )
         if not navigation_settings.generate_tabs:
             return result
 




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 1034 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140726/189577e7/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 86977 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140726/189577e7/attachment-0003.obj>


More information about the Testbot mailing list