summaryrefslogtreecommitdiffstats
path: root/extensions/MozProjectReview/template/en/default/bug/create/comment-moz-project-review.txt.tmpl
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-12-04 17:20:54 +0100
committerByron Jones <bjones@mozilla.com>2012-12-04 17:20:54 +0100
commitb061ce481380dfd01f85ea84ef700eb7589433e3 (patch)
treee4d2129bca00e4177920b4072507552481334a50 /extensions/MozProjectReview/template/en/default/bug/create/comment-moz-project-review.txt.tmpl
parent658988096fae00807553645adc1e1976b2586471 (diff)
downloadbugzilla-b061ce481380dfd01f85ea84ef700eb7589433e3.tar.gz
bugzilla-b061ce481380dfd01f85ea84ef700eb7589433e3.tar.xz
Bug 817157: Project Kickoff Form: Change "Current Goal" to drop down list
Diffstat (limited to 'extensions/MozProjectReview/template/en/default/bug/create/comment-moz-project-review.txt.tmpl')
-rw-r--r--extensions/MozProjectReview/template/en/default/bug/create/comment-moz-project-review.txt.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/extensions/MozProjectReview/template/en/default/bug/create/comment-moz-project-review.txt.tmpl b/extensions/MozProjectReview/template/en/default/bug/create/comment-moz-project-review.txt.tmpl
index 16bdcb568..66ab024fe 100644
--- a/extensions/MozProjectReview/template/en/default/bug/create/comment-moz-project-review.txt.tmpl
+++ b/extensions/MozProjectReview/template/en/default/bug/create/comment-moz-project-review.txt.tmpl
@@ -18,7 +18,9 @@ Description:
Additional Information:
[%+ cgi.param('additional') %]
Urgency: [% cgi.param('urgency') %]
-Current Goal: [% cgi.param('goal') %]
+Key Initiative: [% cgi.param('key_initiative') == 'Other'
+ ? cgi.param('key_initiative_other')
+ : cgi.param('key_initiative') %]
Release Date: [% cgi.param('release_date') %]
Project Status: [% cgi.param('project_status') %]
Mozilla Data: [% cgi.param('mozilla_data') %]