Skip to content

Commit edd36ac

Browse files
committed
Anonymous can only see bugs, but neither tasks nor milestones.
1 parent fb1ce1b commit edd36ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/roundup/templates/devel/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def edit_query(db, userid, itemid):
364364
# Allow anonymous users access to view issues (and the related, linked
365365
# information).
366366

367-
for cl in 'bug', 'task', 'milestone', 'severity', 'status', 'resolution', 'msg', 'file':
367+
for cl in 'bug', 'severity', 'status', 'resolution', 'msg', 'file':
368368
db.security.addPermissionToRole('Anonymous', 'View', cl)
369369

370370
# [OPTIONAL]

0 commit comments

Comments
 (0)