summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d6f5fe8)
raw | patch | inline | side by side (parent: d6f5fe8)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 15 Mar 2004 05:51:23 +0000 (05:51 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 15 Mar 2004 05:51:23 +0000 (05:51 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2148 57a73879-2fb5-44c3-a270-3262357dd7e2
templates/classic/dbinit.py | patch | blob | history |
index 0a7093bfb0983210581615a69f1e2deb58964da4..2e8c4741194b725576d5ed678038480b2e487828 100644 (file)
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: dbinit.py,v 1.5 2004-03-15 05:50:20 richard Exp $
+# $Id: dbinit.py,v 1.6 2004-03-15 05:51:23 richard Exp $
import os
db.security.addPermissionToRole('Anonymous', p)
# - Allow anonymous users access to view issues (which implies being
# able to view all linked information too
- for cl in 'issue', 'file', 'msg', 'keyword':
+ for cl in 'issue', 'file', 'msg', 'keyword', 'priority', 'status':
p = db.security.getPermission('View', cl)
db.security.addPermissionToRole('Anonymous', p)
# - Allow anonymous users access to edit the "issue" class of data