diff options
author | Emma Humphries <emceeaich@users.noreply.github.com> | 2018-03-07 08:58:34 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-07 19:38:49 +0100 |
commit | d7d18223d3a4e879d0129dd63d33d93615664b33 (patch) | |
tree | 641ddb3f06253e798d6fa3261a91a15484675367 /extensions | |
parent | 0f64fbd00228a21ff3eccec828b5676395f4a551 (diff) | |
download | bugzilla-d7d18223d3a4e879d0129dd63d33d93615664b33.tar.gz bugzilla-d7d18223d3a4e879d0129dd63d33d93615664b33.tar.xz |
Bug 1443559 - Remove "Urgency" (mapped to priority) field from the "form.doc" bug form for MDN content bugs
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/template/en/default/bug/create/create-doc.html.tmpl | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/create-doc.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-doc.html.tmpl index 3f85dd654..becbb2b56 100644 --- a/extensions/BMO/template/en/default/bug/create/create-doc.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-doc.html.tmpl @@ -191,23 +191,6 @@ function validateAndSubmit() { </tr> <tr> - <th class="required">Urgency</th> - <td> - <select name="priority" id="priority"> - <option value="P1">Immediately</option> - <option value="P2">Before Release</option> - <option value="P3">Before Aurora</option> - <option value="P4">Before Beta</option> - <option value="P5" selected>No Rush</option> - </select> - <br> - Due to the volume of requests, the documentation team can't commit to - meeting specific deadlines for given documentation requests, but we will do - our best. - </td> -</tr> - -<tr> <td> </td> </tr> |