diff options
author | lpsolit%gmail.com <> | 2005-08-31 09:56:11 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-08-31 09:56:11 +0200 |
commit | 1b3342073a4b337f2b800a147a68032c69272622 (patch) | |
tree | 2c46522655cb01f98c5b7b07a29fd8ae0c22bb59 /buglist.cgi | |
parent | ce9066eab882827f5f58417a32de343c6a54d296 (diff) | |
download | bugzilla-1b3342073a4b337f2b800a147a68032c69272622.tar.gz bugzilla-1b3342073a4b337f2b800a147a68032c69272622.tar.xz |
Bug 45349: Allow to change the OS when changing several bugs at once - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-x | buglist.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buglist.cgi b/buglist.cgi index 44854b237..b6d95c994 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -980,6 +980,7 @@ if ($dotweak) { my @enterable_products = GetEnterableProducts(); $vars->{'products'} = \@enterable_products; $vars->{'platforms'} = \@::legal_platform; + $vars->{'op_sys'} = \@::legal_opsys; $vars->{'priorities'} = \@::legal_priority; $vars->{'severities'} = \@::legal_severity; $vars->{'resolutions'} = \@::settable_resolution; |