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

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

Issue 5687353498664960: Issue #403 Removed assigned state from issue tracker. (Closed)
Patch Set: Fixed wrongly copied line. Created April 29, 2014, 4:04 p.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
@@ -135,16 +135,16 @@
leave = * -> *
leave.default = 1
leave.operations = leave_status
-reassign = new,assigned,reopened,reviewing -> assigned
+reassign = * -> *
reassign.operations = set_owner
reassign.permissions = TICKET_MODIFY
reopen = closed,reviewing -> reopened
reopen.operations = del_resolution
reopen.permissions = TICKET_CREATE
-resolve = new,assigned,reopened,reviewing -> closed
+resolve = new,reopened,reviewing -> closed
resolve.operations = set_resolution
resolve.permissions = TICKET_MODIFY
-codereview = new,assigned,reopened -> reviewing
+codereview = new,reopened -> reviewing
codereview.permissions = TICKET_MODIFY
[timeline]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld