]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
A menu was being created too early, before it is possible to avoid
authordmose%mozilla.org <>
Fri, 28 Jul 2000 12:12:33 +0000 (12:12 +0000)
committerdmose%mozilla.org <>
Fri, 28 Jul 2000 12:12:33 +0000 (12:12 +0000)
commit1552368b2fd931bcc5d0e63a0e0b7c5f1cbd9632
treeaf32754bef22adf25120e34a71f6df5db4904a65
parent09607b481dc69b2c88948f9ead832871fbb4c16c
A menu was being created too early, before it is possible to avoid
creating the menu with an invalid default selection.  This was causing
bugzilla to (incorrectly) spew a database corruption error when
attempting to view a bug that had been resolved MOVED.  Why this
wasn't causing the same problem with DUPLICATE resolutions, I don't
know.  Moved the menu creation later in the code, so that it only
happens after it has been ensured that the default selection is not
going to be MOVED.
bug_form.pl