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

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

Issue 5390735113191424: Issue 2648 - added field to select assigned tester to issue tracker at issues1 (Closed)
Patch Set: Created June 5, 2015, 1 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
@@ -140,7 +140,7 @@
[blackmagic]
permissions = TICKET_SET_PRIORITY, TICKET_CREATE_CC, TICKET_EDIT_KEYWORDS,TICKET_SET_OWNER, TICKET_SET_MILESTONE, TICKET_DEPENDENCY
-tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,blockedby,summary,type,component,verified_working,ready,review_url,platform
+tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,blockedby,summary,type,component,verified_working,ready,review_url,platform,tester
gray_disabled = #cccccc
id.label = Issue
priority.permission = TICKET_SET_PRIORITY
@@ -171,7 +171,8 @@
blocking.tip = Does this issue prevent another one from being fixed upfront?
blockedby.tip = Does another issue prevent this one from being fixed?
platform.tip = Please select the platform, where the issue belongs to.
-
+tester.permission = TICKET_MODIFY
+tester.tip = Select the tester who is assigned to this issue (to be set by Testers themselves)
[ticket-custom]
verified_working = checkbox
@@ -194,4 +195,8 @@
platform.label = Platform
platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox|Firefox Mobile|Kitt|Maxthon|Maxthon for Android|Opera|Safari|SeaMonkey|Thunderbird|Yandex.Browser
platform.value = Unknown
+tester = select
+tester.label = Tester
+tester.options = Unknown|Ross|Shikitita
+tester.value = Unknown
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld