summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ef2fd90)
raw | patch | inline | side by side (parent: ef2fd90)
author | stefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 4 Nov 2010 17:50:39 +0000 (17:50 +0000) | ||
committer | stefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 4 Nov 2010 17:50:39 +0000 (17:50 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4563 57a73879-2fb5-44c3-a270-3262357dd7e2
share/roundup/templates/devel/schema.py | patch | blob | history |
index 0a438ea1b41a4d1d0e72cccfb6008c19a41f7b95..44b4b5ac8b5a0f2b60d34e2068829638e971bd34 100644 (file)
# Allow anonymous users access to view issues (and the related, linked
# information).
-for cl in 'bug', 'task', 'milestone', 'severity', 'status', 'resolution', 'msg', 'file':
+for cl in 'bug', 'severity', 'status', 'resolution', 'msg', 'file':
db.security.addPermissionToRole('Anonymous', 'View', cl)
# [OPTIONAL]