Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/trac/templates/trac.ini.erb

Issue 4692378027819008: Issue 2122 - Allow limiting of interface users to only see their reported issues (Closed)
Patch Set: Created March 11, 2015, 9:36 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/trac/templates/trac.ini.erb
===================================================================
--- a/modules/trac/templates/trac.ini.erb
+++ b/modules/trac/templates/trac.ini.erb
@@ -72,10 +72,12 @@
timeout = 20
use_base_url_for_redirect = False
permission_policies = SensitiveTicketsPolicy, DefaultPermissionPolicy, LegacyAttachmentPolicy
+permission_policies = PrivateTicketsPolicy, DefaultPermissionPolicy, LegacyAttachmentPolicy
[components]
blackmagic.* = enabled
sensitivetickets.* = enabled
+privatetickets.* = enabled
acct_mgr.admin.* = enabled
acct_mgr.api.* = enabled
acct_mgr.db.sessionstore = enabled
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld