]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1499697 - Update triage owner list to include all Firefox-related major products...
authorKohei Yoshino <kohei.yoshino@gmail.com>
Mon, 26 Nov 2018 17:52:37 +0000 (12:52 -0500)
committerdklawren <dklawren@users.noreply.github.com>
Mon, 26 Nov 2018 17:52:37 +0000 (12:52 -0500)
extensions/BMO/lib/Reports/Triage.pm
extensions/BMO/template/en/default/pages/triage_owners.html.tmpl

index 55eeb17eb4283e85e158c75d2bc53ff637616450..bf9f26639244509b242d6a1571c82bfec49e5911 100644 (file)
@@ -27,10 +27,14 @@ use constant MAX_NUMBER_BUGS => 4000;
 
 use constant DEFAULT_OWNER_PRODUCTS => (
     'Core',
+    'DevTools',
+    'External Software Affecting Firefox',
     'Firefox',
     'Firefox for Android',
-    'Firefox for iOS',
+    'Firefox Build System',
+    'Testing',
     'Toolkit',
+    'WebExtensions',
 );
 
 sub unconfirmed {
index ca80c51c5c952aac4bcbddc308d9dd3a28152f37..31bf67b40a274f00b8c5ff0c5c25374b2878f0f9 100644 (file)
@@ -46,7 +46,7 @@
     <th>Product:</th>
     <td>
       <select name="product" id="product">
-        <option value="">__Any__</option>
+        <option value="">Firefox-related major products</option>
         [% FOREACH p = user.get_selectable_products %]
           <option value="[% p.name FILTER html %]"
             [% " selected" IF product == p.name %]>