From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 6 Feb 2008 21:15:07 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions LuciDB.py Message-ID: <20080206211507.11916.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe at sourceware.org 2008-02-06 21:15:07 Modified files: luci/site/luci/Extensions: LuciDB.py Log message: Fix capitalization of the permission class Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciDB.py.diff?cvsroot=cluster&r1=1.10&r2=1.11 --- conga/luci/site/luci/Extensions/LuciDB.py 2008/02/05 22:08:08 1.10 +++ conga/luci/site/luci/Extensions/LuciDB.py 2008/02/06 21:15:06 1.11 @@ -384,7 +384,7 @@ try: newCluster.manage_acquiredPermissions([]) - newCluster.manage_role('View', ['Access Contents Information', 'View']) + newCluster.manage_role('View', ['Access contents information', 'View']) except Exception, e: if LUCI_DEBUG_MODE is True: luci_log.debug_verbose('MC3: %s: %r %s' % (clustername, e, str(e)))