diff options
author | Byron Jones <bjones@mozilla.com> | 2012-12-04 08:23:29 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-12-04 08:23:29 +0100 |
commit | f9ba8fbe27dbee0396da2410a29baf6d42232723 (patch) | |
tree | 8eda9ebb29e14d2370d216b31a181570ed6ef682 /extensions/MozProjectReview/web/js | |
parent | a9387a72fe29e9489b946e6eba1d8d6424e8e135 (diff) | |
download | bugzilla-f9ba8fbe27dbee0396da2410a29baf6d42232723.tar.gz bugzilla-f9ba8fbe27dbee0396da2410a29baf6d42232723.tar.xz |
Bug 816349: Make "Release Date" optional in the "Project Kickoff" form
Diffstat (limited to 'extensions/MozProjectReview/web/js')
-rw-r--r-- | extensions/MozProjectReview/web/js/moz_project_review.js | 1 |
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", |