# HG changeset patch # User Florent Cayré # Date 1326806778 -3600 # Node ID f9fb7d9038005053619dba6d06e89f12d2148551 # Parent 707466abe9cc6c5541bcaf4e557aac0d5b6b7fb4 [manage/index view] fix sources management view appearing in index view although it should not; closes #2126335 diff -r 707466abe9cc -r f9fb7d903800 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') )