Mercurial > p > roundup > code
diff share/roundup/templates/devel/schema.py @ 4454:cc402f5ad93e
Anonymous can only see bugs, but neither tasks nor milestones.
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Thu, 04 Nov 2010 17:50:39 +0000 |
| parents | 261c9f913ff7 |
| children | 89dd446af2a8 |
line wrap: on
line diff
--- a/share/roundup/templates/devel/schema.py Thu Nov 04 17:49:34 2010 +0000 +++ b/share/roundup/templates/devel/schema.py Thu Nov 04 17:50:39 2010 +0000 @@ -364,7 +364,7 @@ # 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]
