summaryrefslogtreecommitdiffstats
path: root/extensions/MozProjectReview/web
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-12-04 08:23:29 +0100
committerByron Jones <bjones@mozilla.com>2012-12-04 08:23:29 +0100
commitf9ba8fbe27dbee0396da2410a29baf6d42232723 (patch)
tree8eda9ebb29e14d2370d216b31a181570ed6ef682 /extensions/MozProjectReview/web
parenta9387a72fe29e9489b946e6eba1d8d6424e8e135 (diff)
downloadbugzilla-f9ba8fbe27dbee0396da2410a29baf6d42232723.tar.gz
bugzilla-f9ba8fbe27dbee0396da2410a29baf6d42232723.tar.xz
Bug 816349: Make "Release Date" optional in the "Project Kickoff" form
Diffstat (limited to 'extensions/MozProjectReview/web')
-rw-r--r--extensions/MozProjectReview/web/js/moz_project_review.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/MozProjectReview/web/js/moz_project_review.js b/extensions/MozProjectReview/web/js/moz_project_review.js
index 318122f19..36a8232bd 100644
--- a/extensions/MozProjectReview/web/js/moz_project_review.js
+++ b/extensions/MozProjectReview/web/js/moz_project_review.js
@@ -16,7 +16,6 @@ MPR.required_fields = {
"short_desc": "Please enter a value for project or feature name in the initial questions section",
"cc": "Please enter a value for points of contact in the initial questions section",
"urgency": "Please enter a value for urgency in the initial questions section",
- "release_date": "Please enter a value for release date in the initial questions section",
"project_status": "Please select a value for project status in the initial questions section",
"mozilla_data": "Please select a value for mozilla data in the initial questions section",
"new_or_change": "Please select a value for new or change to existing project in the initial questions section",