]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 133200 - mass change removes dependancies. r=afranke, justdave
authorbbaetz%student.usyd.edu.au <>
Tue, 26 Mar 2002 21:15:16 +0000 (21:15 +0000)
committerbbaetz%student.usyd.edu.au <>
Tue, 26 Mar 2002 21:15:16 +0000 (21:15 +0000)
Bug 133206 - mass change uses 'severity' rather than 'bug_severity'. Patch
by zeroJ@null.net (John Vandenberg), r=bbaetz x2
Bug 133207 - mass confirming bugs fails. r=afranke x2

template/default/buglist/change-form.tmpl

index 8498a0ab84494f80118492452075f5967ed9812f..8bec88c3e2428427a19027aa96d14ec56a5075f2 100644 (file)
     </td>
 
     <th>
-      <label for="severity">
+      <label for="bug_severity">
         <a href="bug_status.html#severity">Severity:</a>
       </label>
     </th>
     <td>
-      [% PROCESS selectmenu menuname = "severity" 
+      [% PROCESS selectmenu menuname = "bug_severity" 
                             menuitems = severities %]
     </td>
 
     </tr>
   [% END %]
 
-  <tr>
-    <th>Depends on:</th>
-    <td colspan="3">
-      <input id="dependson" name="dependson" size="32">
-      <select name="dependsonaction">
-        <option value="add">Add these dependencies</option>
-        <option value="delete">Remove these dependencies</option>
-        <option value="makeexact">Make the dependencies be exactly this list</option>
-      </select>
-    </td>
-  </tr>
-
-  <tr>
-    <th>Blocks:</th>
-    <td colspan="3">
-      <input id="blocked" name="blocked" size="32">
-      <select name="blockedaction">
-        <option value="add">Add these dependencies</option>
-        <option value="delete">Remove these dependencies</option>
-        <option value="makeexact">Make the dependencies be exactly this list</option>
-      </select>
-    </td>
-  </tr>
-
 </table>
 
 <input type="hidden" name="multiupdate" value="Y">
 
 [% IF bugstatuses.size == 1 && bugstatuses.0 == unconfirmedstate %]
   [% knum = knum + 1 %]
-  <input id="knob-confirm" type="radio" name="knob" value="confirm>
+  <input id="knob-confirm" type="radio" name="knob" value="confirm">
   <label for="knob-confirm">
     Confirm bugs (change status to <b>NEW</b>)
   </label><br />