diff options
author | justdave%syndicomm.com <> | 2001-04-10 12:49:01 +0200 |
---|---|---|
committer | justdave%syndicomm.com <> | 2001-04-10 12:49:01 +0200 |
commit | 5cf2e3d74a245bb5a8e1cacacc7cf7f39ad3d25d (patch) | |
tree | 3e361ca5875439bcfc42ba3beb702714b108b524 /query.cgi | |
parent | 41e18f47f61ef2ae42ecd390557d5ed4f9cf824f (diff) | |
download | bugzilla-5cf2e3d74a245bb5a8e1cacacc7cf7f39ad3d25d.tar.gz bugzilla-5cf2e3d74a245bb5a8e1cacacc7cf7f39ad3d25d.tar.xz |
Fix for bug 18349: query.cgi target_milestone value does not reload SELECTed item.
Patch by <jake@acutex.net>
r= justdave
Diffstat (limited to 'query.cgi')
-rwxr-xr-x | query.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ sub ProcessFormStuff { "rep_platform", "priority", "bug_severity", "product", "reporter", "op_sys", "component", "version", "chfield", "chfieldfrom", - "chfieldto", "chfieldvalue", + "chfieldto", "chfieldvalue", "target_milestone", "email1", "emailtype1", "emailreporter1", "emailassigned_to1", "emailcc1", "emailqa_contact1", "emaillongdesc1", |