[manage/index view] fix sources management view appearing in index view although it should not; closes #2126335 stable
authorFlorent Cayré <florent.cayre@gmail.com>
Tue, 17 Jan 2012 14:26:18 +0100
branchstable
changeset 8169 f9fb7d903800
parent 8168 707466abe9cc
child 8173 5bc91cc51fe3
[manage/index view] fix sources management view appearing in index view although it should not; closes #2126335
web/views/startup.py
--- a/web/views/startup.py	Tue Jan 17 14:05:04 2012 +0100
+++ b/web/views/startup.py	Tue Jan 17 14:26:18 2012 +0100
@@ -1,4 +1,4 @@
-# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2012 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
 #
 # This file is part of CubicWeb.
@@ -53,7 +53,8 @@
     add_etype_links = ()
     skip_startup_views = set( ('index', 'manage', 'schema', 'owl', 'changelog',
                                'systempropertiesform', 'propertiesform',
-                               'cw.user-management', 'cw.source-management',
+                               'cw.users-and-groups-management', 'cw.groups-management', 
+                               'cw.users-management', 'cw.sources-management',
                                'siteinfo', 'info', 'registry', 'gc',
                                'tree') )