]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 123565: Add to FAQ: Why can't I close bugs from "Change Several Bugs at Once...
authorjocuri%softhome.net <>
Sat, 1 Nov 2003 18:12:12 +0000 (18:12 +0000)
committerjocuri%softhome.net <>
Sat, 1 Nov 2003 18:12:12 +0000 (18:12 +0000)
docs/xml/faq.xml

index de635a2dc5a92e0d7ffe1880ffe0f3fda5d63cef..917f5ef810508a6f48a3f45a9734e5ddbcda30b5 100644 (file)
        </answer>
       </qandaentry>
 
+      <qandaentry>
+    <question id="faq-use-close">
+      <para>
+        Why can't I close bugs from the "Change Several Bugs at Once" page?
+      </para>
+    </question>
+    <answer>
+      <para>
+        The logic flow currently used is RESOLVED, then VERIFIED, then CLOSED.
+        You <emphasis>can</emphasis> mass-CLOSE bugs from the change several
+        bugs at once page. <emphasis>but</emphasis>, every bug listed on the
+        page has to be in VERIFIED state before the control to do it will show
+        up on the form. You can also mass-VERIFY, but every bug listed has to be
+        RESOLVED in order for the control to show up on the form. The logic
+        behind this is that if you pick one of the bugs that's not VERIFIED and
+        try to CLOSE it, the bug change will fail miserably (thus killing any
+        changes in the list after it while doing the bulk change) so it doesn't
+        even give you the choice.
+      </para>
+    </answer>
+      </qandaentry>
+
+
     </qandadiv>
 
     <qandadiv id="faq-hacking">