diff options
author | jocuri%softhome.net <> | 2003-11-01 17:51:41 +0000 |
---|---|---|
committer | jocuri%softhome.net <> | 2003-11-01 17:51:41 +0000 |
commit | 6d07621d169d588832706c946a058d037e810edc (patch) | |
tree | 27b372ccf28aaf11dc51bbd07620c8857a591980 /docs | |
parent | aba0ad551fab3f31935efa77073b8e6a9c6212de (diff) | |
download | bugs-6d07621d169d588832706c946a058d037e810edc.tar bugs-6d07621d169d588832706c946a058d037e810edc.tar.gz bugs-6d07621d169d588832706c946a058d037e810edc.tar.bz2 bugs-6d07621d169d588832706c946a058d037e810edc.tar.xz bugs-6d07621d169d588832706c946a058d037e810edc.zip |
Bug 123565: Add to FAQ: Why can't I close bugs from "Change Several Bugs at Once" ?; r=justdave; a=justdave.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/faq.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/xml/faq.xml b/docs/xml/faq.xml index 548eb8172..e2cebd647 100644 --- a/docs/xml/faq.xml +++ b/docs/xml/faq.xml @@ -1130,6 +1130,29 @@ perl -pi -e 's@#\!/usr/bin/perl@#\!/usr/local/bin/perl@' *cgi *pl </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"> |